代码更新
This commit is contained in:
@@ -304,7 +304,7 @@ public class ReceivemstServiceImpl implements ReceivemstService {
|
|||||||
if (material_code.contains("\\")) material_code = material_code.replace("\\", "\\\\\\");
|
if (material_code.contains("\\")) material_code = material_code.replace("\\", "\\\\\\");
|
||||||
map.put("material_code", material_code);
|
map.put("material_code", material_code);
|
||||||
}
|
}
|
||||||
JSONObject json = WQL.getWO("QPCS_RC_RECEIVEMST02").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "id");
|
JSONObject json = WQL.getWO("QPCS_RC_RECEIVEMST02").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "input_time DESC");
|
||||||
|
|
||||||
return json;
|
return json;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user