Przeglądaj źródła

页面展示调整

user5 3 lat temu
rodzic
commit
04ac21e58a

+ 1 - 1
src/main/java/com/jeeplus/modules/workprojectnotify/web/WorkProjectNotifyController.java

@@ -5064,7 +5064,7 @@ public class WorkProjectNotifyController extends BaseController {
 						projectcontentinfo.setFileOtherList(ruralProjectRecordsService.disposeDataAttachment(projectcontentinfo.getFileOtherList()));
 						return "modules/ruralprojectrecords/ruralporjectmessage/projectcontentinfo/projectRecordsMessageTwoView";
 					}
-				}else if (workProjectNotify.getType().equals("106")) {    //资料缺失说明
+				}else if (workProjectNotify.getType().equals("106")) {    //盖章申请
 
 					SealApplyForInfo sealApplyForInfo = sealApplyForService.get(workProjectNotify.getNotifyId());
 					Act act = getByAct(sealApplyForInfo.getProcessInstanceId());