|
|
@ -2488,6 +2488,7 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
CommonContractsVo commonContractsVo = new CommonContractsVo(); |
|
|
|
BeanUtil.copyProperties(commonContract,commonContractsVo,"sid"); |
|
|
|
commonContractsVo.setContractSid(commonContract.getSid()); |
|
|
|
commonContractsVo.setCreateDate(DateUtil.format(commonContract.getCreateDate(),"yyyy-MM-dd")); |
|
|
|
String urlPrefix = fileUploadComponent.getUrlPrefix(); |
|
|
|
if (StringUtils.isNotBlank(commonContract.getAppdixUrl())) { |
|
|
|
String[] split1 = commonContract.getAppdixUrl().split(","); |
|
|
|