From 4a43e25a1803e63b501e401b6c7896a19c3ef3d7 Mon Sep 17 00:00:00 2001
From: leo <182004222@qq.com>
Date: 星期三, 28 十二月 2022 22:48:53 +0800
Subject: [PATCH] 备份记录2022228FX
---
GasolineBlend/Controllers/SysController.cs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/GasolineBlend/Controllers/SysController.cs b/GasolineBlend/Controllers/SysController.cs
index 0c8a04e..a67c327 100644
--- a/GasolineBlend/Controllers/SysController.cs
+++ b/GasolineBlend/Controllers/SysController.cs
@@ -5,9 +5,7 @@
using System.Threading.Tasks;
using System.Web.Mvc;
using CommonHelper;
-using CommonHelper.Format;
using GasolineBlend.Entity;
-using LinqToExcel.Extensions;
using Pissa.Service.DbService;
using Quartz.Util;
using SqlSugar;
@@ -64,7 +62,7 @@
/// <param name="parentCode">鐖剁紪鐮�</param>
/// <returns></returns>
[HttpPost]
- public ActionResult GetIpcClass(int year, string parentCode = "")
+ public ActionResult GetIpcClass(int year=2021, string parentCode = "")
{
var res = _countryService.GetIpcClass(year,parentCode);
return SuccessNoShow(data: res);
--
Gitblit v1.8.0