请求退货接口:服务流程传参调整
This commit is contained in:
parent
185b579a2d
commit
193f98da3c
|
|
@ -575,7 +575,7 @@ public class ThdServiceImpl implements ITuiHuoApi {
|
|||
|
||||
InvoicingOrdersEntity orderEntity = new InvoicingOrdersEntity();
|
||||
orderEntity.setFlowCode("dyth_cksh");//指令流程flow_code 看接口有标明
|
||||
orderEntity.setBizId(main.getId());//退货主表id 入库时会根据更新为对应退货单号(入库时才生成的退货单号)
|
||||
orderEntity.setPoolId(main.getId());//退货主表id 入库时会根据更新为对应退货单号(入库时才生成的退货单号)
|
||||
orderEntity.setNuId(dto.getNuId());
|
||||
// orderEntity.setNuName(dto.getNuName());
|
||||
orderEntity.setCustomerId(dto.getElderId());//长者id
|
||||
|
|
|
|||
Loading…
Reference in New Issue