Merge remote-tracking branch 'origin/master'

This commit is contained in:
zhaomeijing
2022-04-29 18:47:26 +08:00
@@ -227,7 +227,7 @@ public class ParamsInfoEOController extends JeroController<ParamsInfoEO, IParams
*/
@AutoLog(value = "参数项基本信息表-导出")
@ApiOperation(value = "参数项基本信息表-导出", notes="参数项基本信息表-导出")
@PostMapping(value = "/exportParamsInfoZip")
@GetMapping(value = "/exportParamsInfoZip")
public void exportParamsInfoZip(@RequestParam Map<String, Object> map,
HttpServletResponse response,
HttpServletRequest request) {