平台件认证清单-历史
This commit is contained in:
+15
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user