平台件认证清单-历史

This commit is contained in:
zhn
2023-10-10 16:07:47 +08:00
parent a556edcc35
commit 18da4e701a
@@ -6478,6 +6478,21 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
savePciLogFlag = true;
}
if(!StringUtils.equals(editBeforePciEo.getRemark(),editAfterPciEo.getRemark())){
contentCnSb.append("\"").append("备注").append("\" ")
.append(StringUtils.isNotEmpty(editBeforePciEo.getRemark()) ? editBeforePciEo.getRemark() : "")
.append(" 修改为 ")
.append(StringUtils.isNotEmpty(editAfterPciEo.getRemark()) ? editAfterPciEo.getRemark() : "")
.append(",");
contentEnSb.append("\"").append("Remark").append("\" ")
.append(StringUtils.isNotEmpty(editBeforePciEo.getRemark()) ? editBeforePciEo.getRemark() : "null")
.append(" to ")
.append(StringUtils.isNotEmpty(editAfterPciEo.getRemark()) ? editAfterPciEo.getRemark() : "null")
.append(",");
savePciLogFlag = true;
}
if(savePciLogFlag){
ProjectCertificationInventoryLogEO pciLogEO = new ProjectCertificationInventoryLogEO();