新增合同收发货规则
This commit is contained in:
@@ -1301,7 +1301,7 @@ public class ContractServiceImpl implements ContractService {
|
|||||||
|
|
||||||
// 通过合同编号查询合同信息
|
// 通过合同编号查询合同信息
|
||||||
ContractMainDO contractMainDO = contractMainMapper
|
ContractMainDO contractMainDO = contractMainMapper
|
||||||
.selectOne(TableFieldConstants.BSE_CTRT_MAIN_CTRT_PPR_NUM, contractPaperNumber);
|
.selectOne(ContractMainDO::getSystemContractNumber, contractPaperNumber);
|
||||||
|
|
||||||
// 合同不存在
|
// 合同不存在
|
||||||
if (contractMainDO == null) {
|
if (contractMainDO == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user