代码更新
This commit is contained in:
@@ -180,7 +180,8 @@ public class FlourworkServiceImpl implements FlourworkService {
|
||||
WQLObject devicePointTab = WQLObject.getWQLObject("SCH_BASE_DevicePointPara"); // 设备点位参数表
|
||||
WQLObject strucTab = WQLObject.getWQLObject("st_ivt_structattr"); // 仓位表
|
||||
|
||||
JSONObject jsonFormMst = formTabMst.query("formula_id = '" + formula_id + "'").uniqueResult(0);
|
||||
JSONObject jsonFormMst = formTabMst.query("formula_id = '" + formula_id + "' and status <> '99'").uniqueResult(0);
|
||||
if (ObjectUtil.isEmpty(jsonFormMst)) throw new BadRequestException("配方已完成");
|
||||
/*
|
||||
* 查询需要移库的物料(配方明细表)条件:
|
||||
* 1.状态等于10生成、20生产中
|
||||
|
||||
Reference in New Issue
Block a user