代码更新
This commit is contained in:
@@ -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.根据出入库主表中 收货单位 查询客户表中的模板路径
|
||||
|
||||
Reference in New Issue
Block a user