|
@ -1452,6 +1452,12 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
commonContract.setIdImagesUrl(s3.substring(0, s3.length() - 1)); |
|
|
commonContract.setIdImagesUrl(s3.substring(0, s3.length() - 1)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
if(StringUtils.isNotBlank(dto.getPartyC())){ |
|
|
|
|
|
commonContract.setPartyC(dto.getPartyC()); |
|
|
|
|
|
} |
|
|
|
|
|
if(StringUtils.isNotBlank(dto.getRemarks())){ |
|
|
|
|
|
commonContract.setRemarks(dto.getRemarks()); |
|
|
|
|
|
} |
|
|
baseMapper.updateById(commonContract); |
|
|
baseMapper.updateById(commonContract); |
|
|
return rb.success().setData(commonContract.getSid()); |
|
|
return rb.success().setData(commonContract.getSid()); |
|
|
} |
|
|
} |
|
|