代码更新

This commit is contained in:
2022-11-25 18:08:38 +08:00
parent bd2d06c497
commit e69be1bc25
2 changed files with 2 additions and 2 deletions

View File

@@ -2138,6 +2138,7 @@ public class CheckOutBillServiceImpl implements CheckOutBillService {
String cust_code = jsonMst.getString("cust_code");
JSONObject jsonCust = custTab.query("cust_code = '" + cust_code + "'").uniqueResult(0);
if (ObjectUtil.isEmpty(jsonCust)) throw new BadRequestException("客户不存在");
int j = Integer.parseInt((String) whereJson.get("j"));
//1.根据出入库主表中 收货单位 查询客户表中的模板路径