fix: 修复缓存线位置展示
This commit is contained in:
@@ -43,7 +43,9 @@ public class CachelinePositionServiceImpl implements CachelinePositionService {
|
||||
param.put("search", whereJson.get("search"));
|
||||
param.put("product_area", whereJson.get("product_area"));
|
||||
param.put("flag", "1");
|
||||
JSONObject jsonObject = WQL.getWO("CACHELINE_POSITION_QUERY").addParamMap(param).pageQuery(WqlUtil.getHttpContext(page), "position_code");
|
||||
JSONObject jsonObject = WQL.getWO("CACHELINE_POSITION_QUERY")
|
||||
.addParamMap(param)
|
||||
.pageQuery(WqlUtil.getHttpContext(page), "cacheLine_code, cache_line_no, layer_num, positionorder_no");
|
||||
return jsonObject;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user