From 99bcfefdb20187000fc89a8f2654745ad2f0e371 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 12 五月 2026 15:39:09 +0800
Subject: [PATCH] 1
---
WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
index bdc6b01..a15472f 100644
--- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
+++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
@@ -11,6 +11,7 @@
using System.Windows.Forms;
using WebAPI.Models;
using System.Linq;
+using WebAPI.Utility;
namespace WebAPI.Controllers
{
@@ -1967,6 +1968,7 @@
#region 鍗曟嵁鍙樻洿 淇濆瓨
[Route("Sc_ProcessExchangeBill/GetProcessExchangeBillMain_Change_save")]
[HttpGet]
+ [Permission(HModName = "Sc_ProcessExchangeBill_ChangeBill")]
public object GetProcessExchangeBillMain_Change_save(string HInterID,string HMaterModel2, string user)
{
try
--
Gitblit v1.9.1