修改改价接口报错的问题

This commit is contained in:
yangjun 2026-01-14 16:15:47 +08:00
parent 5da2128099
commit 654574465f
1 changed files with 1 additions and 1 deletions

View File

@ -1278,7 +1278,7 @@ public class NuInvoicingCgdMainServiceImpl extends ServiceImpl<NuInvoicingCgdMai
map.put("totalPrice",totalPrice.toString());
NuInvoicingCgdMain cgdMainNo = cgdMainMapper.selectById(cgdInfo.getCgdId());
NuInvoicingCgdMain cgdMainNo = cgdMainMapper.selectById(cgdId);
DirectiveOrderBizLogEntity qgdInfoEntityDto = new DirectiveOrderBizLogEntity();
qgdInfoEntityDto.setBizTypeCode("CGD");// 业务类型编码ql
qgdInfoEntityDto.setBizType("采购单");// 业务类型名称请领