2023-06-06 10:55:36 将获取设备模板接口更新为POST!

master
魔神煜修罗皇 2 years ago
parent 5332be1cf3
commit 4b61123f6d
  1. 2
      psdc-web/src/main/java/com/psdc/controller/manager/PsdcDeviceController.java

@ -142,7 +142,7 @@ public class PsdcDeviceController extends BaseController {
*/
@PreAuthorize("@ss.hasPermi('system:device:list')")
@Log(title = "设备管理", businessType = BusinessType.EXPORT)
@RequestMapping(value = "/downloadDevTemplate", method = RequestMethod.GET)
@RequestMapping(value = "/downloadDevTemplate", method = RequestMethod.POST)
public void downloadTemplate(HttpServletResponse response) {
List<PsdcDevice> list = psdcDeviceService.selalldevModel();

Loading…
Cancel
Save