|
@@ -109,7 +109,7 @@ public class ZEngineeringIndustryController extends BaseController {
|
|
|
*
|
|
|
*/
|
|
|
@SaCheckPermission("zdsz:engineeringIndustry:query")
|
|
|
- @GetMapping("/{ids}/{type}")
|
|
|
+ @GetMapping("/{id}/{type}")
|
|
|
public R<ZEngineeringIndustryVo> query(@NotNull(message = "主键不能为空") @PathVariable String id, @NotNull(message = "节点类型不能为空") @PathVariable String type) {
|
|
|
return R.ok(iZEngineeringIndustryService.query(id,type));
|
|
|
}
|