退货增加日志
This commit is contained in:
parent
b6a777ea9c
commit
ce3f7b05d4
|
|
@ -29,6 +29,7 @@ import com.nu.modules.thd.mapper.NuInvoicingThdMainMapper;
|
|||
import com.nu.modules.thd.service.INuInvoicingThdInfoService;
|
||||
import com.nu.modules.warehouseMaterialInfo.entity.BlWarehouseMaterialInfo;
|
||||
import com.nu.modules.warehouseMaterialInfo.service.IBlWarehouseMaterialInfoService;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.commons.compress.utils.Lists;
|
||||
import org.apache.shiro.SecurityUtils;
|
||||
import org.jeecg.common.system.api.ISysBaseAPI;
|
||||
|
|
@ -51,6 +52,7 @@ import java.util.stream.Collectors;
|
|||
* @Version: V1.0
|
||||
*/
|
||||
@Service
|
||||
@Slf4j
|
||||
public class ThdServiceImpl implements ITuiHuoApi {
|
||||
|
||||
@Autowired
|
||||
|
|
@ -164,6 +166,8 @@ public class ThdServiceImpl implements ITuiHuoApi {
|
|||
orderEntity.setFlowCode("dyth_cksh");//指令流程flow_code 看接口有标明
|
||||
orderEntity.setPoolId(dto.getId());//退货主表id 入库时会根据更新为对应退货单号(入库时才生成的退货单号)
|
||||
orderEntity.setInitiatorId(sysUser.getEmployessId());//员工id
|
||||
log.info("找我===》》》退货开始 sysuser:{}",sysUser.toString());
|
||||
log.info("找我===》》》退货开始 传参:{}",orderEntity.toString());
|
||||
invoicingOrdersApi.beginDyHtOrder(orderEntity);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue