报错优化
This commit is contained in:
parent
214cfc40f7
commit
adb53b5f12
|
|
@ -111,11 +111,12 @@ public class DevArapBill2R6Impl implements IDevArapBill2R6Service {
|
|||
if ("200".equals(updateMap.get("code"))) {// 保存更新成功后需要更新日志表
|
||||
// getSuperDMO().updateArray(saleOrderHVOList.toArray(new SaleOrderHVO[0]));
|
||||
} else {
|
||||
throw new BusinessException("북谿饋簡땐데谿꼍plm呵겨±"+updateMap.get("message")+"×");
|
||||
throw new BusinessException("¡¾"+updateMap.get("message")+"¡¿");
|
||||
}
|
||||
}
|
||||
|
||||
} catch (Exception e) {
|
||||
throw new BusinessException("북谿饋簡땐데谿꼍plm呵겨±"+e.getMessage()+"×");
|
||||
throw new BusinessException("¡¾"+e.getMessage()+"¡¿");
|
||||
}
|
||||
}
|
||||
private JSONObject afterChangeMny(String csaleorderid, String pk_org, String ctid, String pk_gatherid) throws BusinessException {
|
||||
|
|
|
|||
Loading…
Reference in New Issue