|
@@ -115,7 +115,8 @@ public class ZEngineeringAirWallController extends BaseController {
|
|
|
// @SaCheckPermission("zdsz:engineeringIndustry:query")
|
|
|
@GetMapping("/{id}/{type}")
|
|
|
public R<ZEngineeringAirWallVo> query(@NotNull(message = "主键不能为空") @PathVariable String id, @PathVariable String type) {
|
|
|
- return R.ok(iZEngineeringAirWallService.query(id, type));
|
|
|
+// return R.ok(iZEngineeringAirWallService.query(id, type));
|
|
|
+ return R.ok(iZEngineeringAirWallService.query(id, "带气封堵施工"));
|
|
|
}
|
|
|
|
|
|
/**
|