代码更新
This commit is contained in:
@@ -302,7 +302,7 @@ public class BigScreenServiceImpl implements BigScreenService {
|
||||
}
|
||||
|
||||
public JSONArray queryHwkstruct(Map<String, String> jsonObject) {
|
||||
//查询熟化仓位信息
|
||||
//查询恒温区信息
|
||||
JSONArray allrows = WQL.getWO("QST_BIG_SCREEN").addParam("flag", "10").process()
|
||||
.getResultJSONArray(0);
|
||||
//物料标签明细表【md_base_materialLabelDtl】
|
||||
|
||||
@@ -346,6 +346,7 @@ IF 输入.flag = "8"
|
||||
material.formula,
|
||||
point.point_code AS struct_code,
|
||||
ivt.label_code,
|
||||
ivt.labeldtl_uuid,
|
||||
CASE
|
||||
|
||||
WHEN point.point_status = '01' THEN
|
||||
|
||||
Reference in New Issue
Block a user