rev:入库回传
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user