|
@ -5513,7 +5513,7 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
entity.setSuccessFlag("2"); |
|
|
entity.setSuccessFlag("2"); |
|
|
itemReportInterfaceLogDao.updateById(entity); |
|
|
itemReportInterfaceLogDao.updateById(entity); |
|
|
}catch (Exception e){ |
|
|
}catch (Exception e){ |
|
|
e.printStackTrace(); |
|
|
log.error("重新上报失败,id为:"+entity.getId()+",原因:"+e); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
return new Result(); |
|
|
return new Result(); |
|
|