|
@@ -1969,7 +1969,7 @@ public class WorkProjectNotifyController extends BaseController {
|
|
model.addAttribute("identification", "projectReported");
|
|
model.addAttribute("identification", "projectReported");
|
|
model.addAttribute("identificationName","项目上报审核意见");
|
|
model.addAttribute("identificationName","项目上报审核意见");
|
|
if(StringUtils.isNotBlank(reported.getJingHeJianLv())){
|
|
if(StringUtils.isNotBlank(reported.getJingHeJianLv())){
|
|
- if(Double.valueOf(reported.getJingHeJianLv())>30){
|
|
|
|
|
|
+ if(Double.valueOf(reported.getJingHeJianLv())>30 || Double.valueOf(reported.getJingHeJianLv())< -30 ){
|
|
return "modules/ruralprojectrecords/cost/newReported/bzshbReportedAudit";
|
|
return "modules/ruralprojectrecords/cost/newReported/bzshbReportedAudit";
|
|
}
|
|
}
|
|
}
|
|
}
|