Commit a2b5766d authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 620be035
...@@ -282,7 +282,7 @@ public class SysBaseSetInfoController { ...@@ -282,7 +282,7 @@ public class SysBaseSetInfoController {
* @param type: 0 社保 1 公积金 houseHoldName:户名称 * @param type: 0 社保 1 公积金 houseHoldName:户名称
* @return R * @return R
*/ */
@Operation(summary = "通过id查询", description = "通过id查询") @Operation(summary = "通过类型和和名称查询基数设置表最新数据", description = "通过类型和和名称查询基数设置表最新数据")
@GetMapping("/selectLastSetInfo") @GetMapping("/selectLastSetInfo")
public R<SysBaseSetInfo> selectLastSetInfo(@RequestParam(name = "type",required = true) String type, public R<SysBaseSetInfo> selectLastSetInfo(@RequestParam(name = "type",required = true) String type,
@RequestParam(name = "houseHoldName",required = true)String houseHoldName) { @RequestParam(name = "houseHoldName",required = true)String houseHoldName) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment