rev:入库回传
This commit is contained in:
@@ -197,14 +197,12 @@ public class InbillServiceImpl {
|
||||
param.put("rows", rows);
|
||||
try {
|
||||
bean.uploadMES(param);
|
||||
|
||||
|
||||
} catch (Exception e) {
|
||||
System.out.println(e.getMessage());
|
||||
log.info(e.getMessage());
|
||||
} 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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user