|
@@ -12,7 +12,6 @@ import com.ruoyi.common.log.enums.BusinessType;
|
|
|
import com.ruoyi.common.security.annotation.RequiresPermissions;
|
|
|
import com.ruoyi.gljt.domain.GljtJfxx;
|
|
|
import com.ruoyi.gljt.domain.GljtLscx;
|
|
|
-import com.ruoyi.gljt.domain.GljtSqLr;
|
|
|
import com.ruoyi.gljt.mapper.GljtLscxMapper;
|
|
|
import com.ruoyi.gljt.service.IGljtJfxxService;
|
|
|
import com.ruoyi.system.validate.group.AddGroup;
|
|
@@ -64,6 +63,13 @@ public class GljtJfxxController extends BaseController
|
|
|
return getDataTable(list);
|
|
|
}
|
|
|
|
|
|
+ @GetMapping("/fflist")
|
|
|
+ public TableDataInfo fflist(GljtJfxx gljtJfxx) {
|
|
|
+ startPage();
|
|
|
+ List<GljtJfxx> list = gljtJfxxService.selectGljtJfxxHiList(gljtJfxx);
|
|
|
+ return getDataTable(list);
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* 导出高龄津贴计发信息列表
|
|
|
*/
|