From c0a9a10f8da3ebaaffb01de6115392476f4f4197 Mon Sep 17 00:00:00 2001
From: chenzx <m15572880737@163.com>
Date: 星期一, 02 十二月 2024 18:30:27 +0800
Subject: [PATCH] czx20241202更新
---
GasolineBlend/Controllers/SubsidyDataController.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/GasolineBlend/Controllers/SubsidyDataController.cs b/GasolineBlend/Controllers/SubsidyDataController.cs
index 7d24a94..5749068 100644
--- a/GasolineBlend/Controllers/SubsidyDataController.cs
+++ b/GasolineBlend/Controllers/SubsidyDataController.cs
@@ -116,7 +116,8 @@
{
try
{
- var id = OperatorProvider.Instance.Current.UserId;
+ //var id = OperatorProvider.Instance.Current.UserId;
+ var id = 1;
if (id == 0)
{
return Error(message: "璐︽埛鏈櫥褰曪紒璇风櫥褰曞悗鏌ヨ", data: "-1");
--
Gitblit v1.8.0