Commit 8c80e1ab authored by wanghao's avatar wanghao

1 批量读取 设备层状态

parent 8eadab49
......@@ -83,8 +83,8 @@ public class TStoreyInfoController extends BaseController
/**
* 批量读取老化柜状态
*/
@GetMapping(value = "/batchReadingCabinetStatus")
public AjaxResult batchReadingCabinetStatus(String fEquipmentCode) {
@GetMapping(value = "/batchReadingCabinetStatus/{fEquipmentCode}")
public AjaxResult batchReadingCabinetStatus(@PathVariable("fEquipmentCode") String fEquipmentCode) {
return tStoreyInfoService.batchReadingCabinetStatus(fEquipmentCode);
}
......
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