This commit is contained in:
2022-11-29 15:23:02 +08:00
parent 5fe56b7ede
commit ea2d037789

View File

@@ -55,6 +55,7 @@ public class InAndOutRetrunServiceImpl implements InAndOutReturnService {
JSONObject jo = WQL.getWO("QST_IVT_INANDOUTRETRUN").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "mst.input_time desc");
return jo;
}
@Override