rev:入库回传

This commit is contained in:
2023-06-25 10:55:13 +08:00
parent 160e3989c0
commit 53beae537b

View File

@@ -197,14 +197,12 @@ public class InbillServiceImpl {
param.put("rows", rows); param.put("rows", rows);
try { try {
bean.uploadMES(param); bean.uploadMES(param);
} catch (Exception e) { } catch (Exception e) {
System.out.println(e.getMessage()); System.out.println(e.getMessage());
log.info(e.getMessage()); log.info(e.getMessage());
} finally { } finally {
mst_jo.put("is_upload", "1");
mst_jo.put("upload_mes", "1");
mst_jo.put("upload_optid", SecurityUtils.getCurrentUserId());
mst_jo.put("upload_time", DateUtil.now());
WQLObject.getWQLObject("ST_IVT_IOStorInv").update(mst_jo); WQLObject.getWQLObject("ST_IVT_IOStorInv").update(mst_jo);
} }
} }