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