rev:内包间页面优化

This commit is contained in:
2023-12-25 10:37:47 +08:00
parent 1024462f13
commit 3d34802611
4 changed files with 9 additions and 8 deletions

View File

@@ -47,12 +47,12 @@ public class PackagePointIvtServiceImpl implements PackagePointIvtService {
map.put("point_code", "%" + whereJson.get("point_code") + "%");
}
map.put("product_area", whereJson.get("product_area"));
map.put("point_status", whereJson.get("point_status"));
map.put("point_type", whereJson.get("point_type"));
map.put("is_used", whereJson.get("is_used"));
if (ObjectUtil.isNotEmpty(in_area_id)) {
map.put("in_area_id", in_area_id);
}
JSONObject json = WQL.getWO("ST_IVT_PACKAGEPOINTIVT").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "product_area,point_code");
JSONObject json = WQL.getWO("ST_IVT_PACKAGEPOINTIVT").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "product_area,ivt_id");
return json;
}

View File

@@ -15,7 +15,7 @@
#################################################
输入.flag TYPEAS s_string
输入.point_code TYPEAS s_string
输入.point_status TYPEAS s_string
输入.point_type TYPEAS s_string
输入.product_area TYPEAS s_string
输入.is_used TYPEAS s_string
输入.in_area_id TYPEAS f_string
@@ -53,8 +53,8 @@
OPTION 输入.point_code <> ""
point_code LIKE 输入.point_code
ENDOPTION
OPTION 输入.point_status <> ""
point_status = 输入.point_status
OPTION 输入.point_type <> ""
point_type = 输入.point_type
ENDOPTION
OPTION 输入.product_area <> ""
product_area = 输入.product_area