Commit e1dbe14f by huluobin

# update

parent edb44974
...@@ -127,6 +127,10 @@ public class AutoTurnoverJob extends PointJob { ...@@ -127,6 +127,10 @@ public class AutoTurnoverJob extends PointJob {
dcAutoException.setBailunSku(dcBaseStock.getBailunSku()); dcAutoException.setBailunSku(dcBaseStock.getBailunSku());
dcAutoException.setWarehouseCode(dcBaseStock.getWarehouseCode()); dcAutoException.setWarehouseCode(dcBaseStock.getWarehouseCode());
dcAutoException.setMessage(e.getMessage() + e.getStackTrace().toString()); dcAutoException.setMessage(e.getMessage() + e.getStackTrace().toString());
DcAutoExceptionMapper dcAutoExceptionMapper = SessionUtil.getSession().getMapper(DcAutoExceptionMapper.class);
dcAutoExceptionMapper.insert(dcAutoException);
} finally { } finally {
SessionUtil.closeSession(); SessionUtil.closeSession();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment