|
@@ -221,12 +221,8 @@ public class UploadWorkeCertificateServiceImpl implements UploadWorkeCertificate
|
|
awc.setExpireTime(item.getExpireTime());
|
|
awc.setExpireTime(item.getExpireTime());
|
|
awc.setReviewTime(item.getReviewTime());
|
|
awc.setReviewTime(item.getReviewTime());
|
|
awc.setCreateTime(new Date());
|
|
awc.setCreateTime(new Date());
|
|
- if (StringUtils.isNotEmpty(outFile)){
|
|
|
|
- awc.setOutFileUrl(outFile);
|
|
|
|
- }
|
|
|
|
- if (StringUtils.isNotEmpty(outFilet)){
|
|
|
|
- awc.setOutFileUrl2(outFilet);
|
|
|
|
- }
|
|
|
|
|
|
+ awc.setOutFileUrl(outFile);
|
|
|
|
+ awc.setOutFileUrl2(outFilet);
|
|
publicService.setCertFlag(item.getCertName(), awc);
|
|
publicService.setCertFlag(item.getCertName(), awc);
|
|
// 存在进行修改
|
|
// 存在进行修改
|
|
publicService.setWorkerCertGreeId(awc, wcgids);
|
|
publicService.setWorkerCertGreeId(awc, wcgids);
|