|
@@ -166,7 +166,7 @@ public class RuralProjectMessageController extends BaseController {
|
|
|
model.addAttribute("beginDate", projectRecords.getBeginDate());
|
|
|
model.addAttribute("endDate", projectRecords.getEndDate());
|
|
|
model.addAttribute("reportSwitch", BaseController.REPORTSWITCH);
|
|
|
- return "modules/ruralprojectrecords/ruralporjectmessage/ruralProjectMessageLists";
|
|
|
+ return "modules/ruralprojectrecords/ruralporjectmessage/ruralProjectMessageList";
|
|
|
}
|
|
|
|
|
|
/**
|