From 0ddfefd21654c1a2199277bdd0fb6e1af92e3035 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 14 二月 2025 09:15:50 +0800 Subject: [PATCH] 角色:新增前查询 确保角色名未重复新增 --- WebAPI/Controllers/SBGL/Sb_EquipStopBillController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/SBGL/Sb_EquipStopBillController.cs b/WebAPI/Controllers/SBGL/Sb_EquipStopBillController.cs index 21e5a4c..48748ca 100644 --- a/WebAPI/Controllers/SBGL/Sb_EquipStopBillController.cs +++ b/WebAPI/Controllers/SBGL/Sb_EquipStopBillController.cs @@ -11,7 +11,7 @@ using System.Windows.Forms; using WebAPI.Models; -namespace WebAPI.Controllers.SBGL +namespace WebAPI.Controllers { public class Sb_EquipStopBillController : ApiController { @@ -83,7 +83,7 @@ #region 璁惧鍋滄満鍗曞垎椤垫煡璇� [Route("Sb_EquipStopBill/get锘縎b_EquipStopBillListPage")] [HttpGet] - public object Sb_EquipBeginBillListPage(string sWhere, string user, int page, int size) + public object Sb_EquipStopBillListPage(string sWhere, string user, int page, int size) { try { -- Gitblit v1.9.1