|
@@ -1077,7 +1077,7 @@ END) as projectScale*/
|
|
|
<choose>
|
|
|
<when test="emergencyProject != null and emergencyProject != '' and emergencyProject == 1">
|
|
|
/*B类紧急*/
|
|
|
- and a.emergency_project = 1 and timestampdiff(day,prd.audit_pass_date,now())>=#{endingCount}
|
|
|
+ /*and a.emergency_project = 1*/ and timestampdiff(day,prd.audit_pass_date,now())>=#{endingCount}
|
|
|
</when>
|
|
|
<otherwise>
|
|
|
and prdt.status = 5 and prdt.audit_pass_date is not null and timestampdiff(day,prdt.audit_pass_date,now())>=#{endingCount}
|