修改认证清单bug
This commit is contained in:
+1
-1
@@ -5936,7 +5936,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
||||
public void syncProcessInfoDetailEndTime(Date newEndTime, List<ProjectCertificationInventoryEO> pciEoList) {
|
||||
pciEoList = pciEoList.stream().filter(pciEo -> {
|
||||
boolean flag = false;
|
||||
if(!newEndTime.equals(pciEo.getEndTime())){
|
||||
if(null != newEndTime && !newEndTime.equals(pciEo.getEndTime())){
|
||||
flag = true;
|
||||
}
|
||||
return flag;
|
||||
|
||||
Reference in New Issue
Block a user