服务指令-退货获取工单信息BUG处理
This commit is contained in:
parent
dd3d28acee
commit
bde0c1d30d
|
|
@ -233,7 +233,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMappe
|
|||
log.info("PoolId:"+invoicingOrdersEntity.getPoolId());
|
||||
log.info("UpdateBy:"+invoicingOrdersEntity.getInitiatorId());
|
||||
InvoicingOrders io = new InvoicingOrders();
|
||||
io.setPoolId(invoicingOrdersEntity.getPoolId());
|
||||
BeanUtils.copyProperties(invoicingOrdersEntity, io);
|
||||
InvoicingOrders entity = baseMapper.getOrderOne(io);
|
||||
if(entity!=null){
|
||||
InvoicingOrdersEntity ioe = new InvoicingOrdersEntity();
|
||||
|
|
|
|||
Loading…
Reference in New Issue