|
|
|
|
@ -80,7 +80,7 @@ public class ErpContractInfoServiceImpl implements IErpContractInfoService {
|
|
|
|
|
.selectAll(ErpContractInfo.class)
|
|
|
|
|
.eq(contractId != null, ErpContractInfo::getContractId, contractId)
|
|
|
|
|
.eq("t.del_flag", "0");
|
|
|
|
|
List<ErpContractInfoVo> infoList = baseMapper.selectCustomErpContractInfoVoList(infoLqw);
|
|
|
|
|
List<ErpContractInfoVo> infoList = baseMapper.selectCustomErpContractInfoVoList(infoLqw, true);
|
|
|
|
|
ErpContractInfoVo contractInfoVo = infoList.isEmpty() ? null : infoList.get(0);
|
|
|
|
|
if (contractInfoVo == null) {
|
|
|
|
|
return null;
|
|
|
|
|
|