rev:库存查询修改
This commit is contained in:
@@ -98,7 +98,7 @@ public class StructivtServiceImpl implements StructivtService {
|
||||
if (ObjectUtil.isNotEmpty(in_stor_id)) map.put("in_stor_id", in_stor_id);
|
||||
if (ObjectUtil.isNotEmpty(rein_flag)) map.put("rein_flag", rein_flag);
|
||||
|
||||
JSONObject jsonObject = WQL.getWO("QST_STRUCTIVT001").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "ivt.instorage_time desc");
|
||||
JSONObject jsonObject = WQL.getWO("QST_STRUCTIVT001").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "a.instorage_time desc");
|
||||
return jsonObject;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user