rev:表处逻辑修改
This commit is contained in:
@@ -1501,9 +1501,9 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
if ("1".equals(Type)) {
|
||||
String up_scroll = device_jo.getString("up_scroll");
|
||||
String up_pcsn = device_jo.getString("up_pcsn");
|
||||
if (StrUtil.isNotEmpty(up_pcsn)) {
|
||||
/*if (StrUtil.isNotEmpty(up_pcsn)) {
|
||||
throw new BadRequestException("LMS系统上【" + ResourceName + "】表处机上还存在母卷号,不能进行上料!");
|
||||
}
|
||||
}*/
|
||||
//查询母卷所在点位
|
||||
JSONObject jsonCoolIvt = coolIvtTab.query("container_name = '" + containerName + "' and full_point_status = '02' and cool_ivt_status <> '04'").uniqueResult(0);
|
||||
JSONObject form = new JSONObject();
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
FROM
|
||||
ST_IVT_CoolPointIvt ivt
|
||||
WHERE
|
||||
ivt.empty_point_status = '02'
|
||||
ivt.empty_point_status = '01'
|
||||
AND
|
||||
ivt.full_point_status = '01'
|
||||
AND
|
||||
|
||||
Reference in New Issue
Block a user