Showing
1 changed file
with
1 additions
and
1 deletions
@@ -225,7 +225,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { | @@ -225,7 +225,7 @@ public class ExpressInfoServiceImpl implements IExpressInfoService { | ||
225 | record.setCreateTime(DateUtil.getCurrentTimeSecond()); | 225 | record.setCreateTime(DateUtil.getCurrentTimeSecond()); |
226 | record.setExpressType(expressType.byteValue()); | 226 | record.setExpressType(expressType.byteValue()); |
227 | record.setDepotNum(depotNum); | 227 | record.setDepotNum(depotNum); |
228 | - LOGGER.info("deliverToDepot save express record {} ", record); | 228 | + LOGGER.info("ExpressInfoServiceImpl save express record {} ", record); |
229 | expressRecordMapper.insert(record); | 229 | expressRecordMapper.insert(record); |
230 | } | 230 | } |
231 | 231 |
-
Please register or login to post a comment