bug
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ public class PrehomoJob implements Job {
|
||||
}
|
||||
}
|
||||
//如果prehomo - 逾期后每天通知
|
||||
if (projectLawsInventoryEO.getDesignDueDate().before(currentDate)) {
|
||||
if (!StringUtils.equals(currentDateStr,sdf.format(projectLawsInventoryEO.getPrehomoDueDate()))&&projectLawsInventoryEO.getDesignDueDate().before(currentDate)) {
|
||||
if(StringUtils.isNotEmpty(projectLawsInventoryEO.getDesignDutyId())){
|
||||
dueUserIdList.add(projectLawsInventoryEO.getDesignDutyId());
|
||||
}
|
||||
|
||||
+1
-1
@@ -169,7 +169,7 @@ public class VerifyComplianceJob implements Job {
|
||||
}
|
||||
}
|
||||
//如果验证符合性 - 逾期后每天通知
|
||||
if (projectLawsInventoryEO.getVerifyDueDate().before(currentDate)) {
|
||||
if (!StringUtils.equals(currentDateStr,sdf.format(projectLawsInventoryEO.getVerifyDueDate()))&&projectLawsInventoryEO.getVerifyDueDate().before(currentDate)) {
|
||||
if(StringUtils.isNotEmpty(projectLawsInventoryEO.getVerifyDutyId())){
|
||||
dueUserIdList.add(projectLawsInventoryEO.getVerifyDutyId());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user