update:军保页面增加军保支付筛选

This commit is contained in:
Elliott
2025-12-26 09:23:03 +08:00
parent 90fe6dada5
commit 6fd57d6177
3 changed files with 40 additions and 8 deletions

View File

@@ -19,10 +19,12 @@ import io.swagger.annotations.ApiParam;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import java.io.File;
import java.math.BigDecimal;
import java.util.*;
/**
@@ -82,7 +84,8 @@ public class MilitaryInsuranceController {
try {
HashMap<Object, Object> map = new HashMap<Object, Object>();
map.put("payType", "3"); // 固定查询paytype=3的数据
List<String> payTypeList = Arrays.asList("3", "8");
map.put("payTypeList", payTypeList);
map.put("startTime", startTime);
map.put("endTime", endTime);
map.put("likeFiled", likeFiled);