Compare commits

..

No commits in common. "d51b56254e04668f6f09a6b5a81416e2b0dc0cd9" and "a4a334a4bd314b70166595882c0a99d0d7db9b30" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -701,8 +701,6 @@ public class OrderInfoService extends ServiceImpl<OrderInfoMapper, OrderInfoEnti
OrderGoodsEntity entity = orderGoodsService.getById(detail.getGoodsId());
param.setGoodsName(entity.getGoodsName());
param.setLicensePlate(detail.getLicensePlate());
param.setCompanyName(detail.getTransCompanyName());
param.setCreateTime(detail.getCreateTime());
if (AuditStatus.ShiDaiShenHe.equals(auditStatus)) {
param.setCfCompanyName(detail.getNickname());
param.setTempType(TempType.AUDIT_PENDING.getVal());