模板修改
parent
3e052223e6
commit
1750233c90
|
|
@ -701,6 +701,8 @@ 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