报错优化

This commit is contained in:
lihao 2025-10-29 16:53:20 +08:00
parent 214cfc40f7
commit adb53b5f12
1 changed files with 3 additions and 2 deletions

View File

@ -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 {