虚拟清单--编辑

This commit is contained in:
zhn
2022-06-08 10:58:37 +08:00
parent 4a773828c0
commit b93a8ac827
2 changed files with 6 additions and 0 deletions
@@ -587,6 +587,9 @@ public class DummyInventoryInfoEOServiceImpl extends ServiceImpl<DummyInventoryI
if(ObjectUtils.isEmpty(inventoryInfoEO.getImplementTime())){
updateWrapper.set(DummyInventoryInfoEO::getImplementTime,null);
}
if(ObjectUtils.isEmpty(inventoryInfoEO.getImplementType())){
updateWrapper.set(DummyInventoryInfoEO::getImplementType,null);
}
}
public StringBuilder setUpdateContentLog(StringBuilder contentLogBuilder,String fieldName,String oldValue,String newValue){
return contentLogBuilder.append("\'"+ fieldName + "\'由" + oldValue + "改为了" + newValue).append(",");
@@ -432,6 +432,9 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
if(ObjectUtils.isEmpty(projectLawsInventoryEO.getVerifyDueDate())){
updateWrapper.set(ProjectLawsInventoryEO::getVerifyDueDate,null);
}
if(ObjectUtils.isEmpty(projectLawsInventoryEO.getImplementType())){
updateWrapper.set(ProjectLawsInventoryEO::getImplementType,null);
}
}
/**