修改改价接口报错的问题
This commit is contained in:
parent
5da2128099
commit
654574465f
|
|
@ -1278,7 +1278,7 @@ public class NuInvoicingCgdMainServiceImpl extends ServiceImpl<NuInvoicingCgdMai
|
||||||
|
|
||||||
map.put("totalPrice",totalPrice.toString());
|
map.put("totalPrice",totalPrice.toString());
|
||||||
|
|
||||||
NuInvoicingCgdMain cgdMainNo = cgdMainMapper.selectById(cgdInfo.getCgdId());
|
NuInvoicingCgdMain cgdMainNo = cgdMainMapper.selectById(cgdId);
|
||||||
DirectiveOrderBizLogEntity qgdInfoEntityDto = new DirectiveOrderBizLogEntity();
|
DirectiveOrderBizLogEntity qgdInfoEntityDto = new DirectiveOrderBizLogEntity();
|
||||||
qgdInfoEntityDto.setBizTypeCode("CGD");// 业务类型编码(如:ql)
|
qgdInfoEntityDto.setBizTypeCode("CGD");// 业务类型编码(如:ql)
|
||||||
qgdInfoEntityDto.setBizType("采购单");// 业务类型名称(如:请领)
|
qgdInfoEntityDto.setBizType("采购单");// 业务类型名称(如:请领)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue