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