|
|
|
@ -4016,6 +4016,8 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
|
try { |
|
|
|
baseDao.updateBatchBySerialNum(updateList); |
|
|
|
}catch (Exception e){ |
|
|
|
logger.info("+++++++++++++++++++++++++++"); |
|
|
|
logger.info(e); |
|
|
|
// 保存接口调用日志
|
|
|
|
this.saveInterfaceLog("", InterfaceLogBusinessTypeEnum.ACCEPT_ITEM_PROCESS.getValue(), |
|
|
|
ApiConstants.acceptItemDifficulty, YesOrNoEnum.NO.value(), formDto.toString(), returnMsgBody); |
|
|
|
|