Compare commits
No commits in common. "d51b56254e04668f6f09a6b5a81416e2b0dc0cd9" and "a4a334a4bd314b70166595882c0a99d0d7db9b30" have entirely different histories.
d51b56254e
...
a4a334a4bd
|
|
@ -701,8 +701,6 @@ public class OrderInfoService extends ServiceImpl<OrderInfoMapper, OrderInfoEnti
|
||||||
OrderGoodsEntity entity = orderGoodsService.getById(detail.getGoodsId());
|
OrderGoodsEntity entity = orderGoodsService.getById(detail.getGoodsId());
|
||||||
param.setGoodsName(entity.getGoodsName());
|
param.setGoodsName(entity.getGoodsName());
|
||||||
param.setLicensePlate(detail.getLicensePlate());
|
param.setLicensePlate(detail.getLicensePlate());
|
||||||
param.setCompanyName(detail.getTransCompanyName());
|
|
||||||
param.setCreateTime(detail.getCreateTime());
|
|
||||||
if (AuditStatus.ShiDaiShenHe.equals(auditStatus)) {
|
if (AuditStatus.ShiDaiShenHe.equals(auditStatus)) {
|
||||||
param.setCfCompanyName(detail.getNickname());
|
param.setCfCompanyName(detail.getNickname());
|
||||||
param.setTempType(TempType.AUDIT_PENDING.getVal());
|
param.setTempType(TempType.AUDIT_PENDING.getVal());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue