fix:分切优化
This commit is contained in:
@@ -1923,7 +1923,11 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
|||||||
JSONArray arr = new JSONArray();
|
JSONArray arr = new JSONArray();
|
||||||
JSONObject resultParam = new JSONObject();
|
JSONObject resultParam = new JSONObject();
|
||||||
resultParam.put("ContainerName", ContainerName);
|
resultParam.put("ContainerName", ContainerName);
|
||||||
resultParam.put("ResourceName", "");
|
if (one.getResource_name().startsWith("B50")){
|
||||||
|
resultParam.put("ResourceName", "B50CZ00001");
|
||||||
|
}else {
|
||||||
|
resultParam.put("ResourceName", "B60CZ00001");
|
||||||
|
}
|
||||||
resultParam.put("Weight", one.getWeight());
|
resultParam.put("Weight", one.getWeight());
|
||||||
resultParam.put("WeighDate", DateUtil.now());
|
resultParam.put("WeighDate", DateUtil.now());
|
||||||
resultParam.put("Type", one.getPaper_tube_or_FRP());
|
resultParam.put("Type", one.getPaper_tube_or_FRP());
|
||||||
|
|||||||
@@ -309,7 +309,7 @@
|
|||||||
AND task_status < '07'
|
AND task_status < '07'
|
||||||
AND is_delete = '0'
|
AND is_delete = '0'
|
||||||
)
|
)
|
||||||
ORDER BY sort_seq desc
|
ORDER BY in_order_seq desc
|
||||||
ENDSELECT
|
ENDSELECT
|
||||||
ENDQUERY
|
ENDQUERY
|
||||||
ENDIF
|
ENDIF
|
||||||
Reference in New Issue
Block a user