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