DuGuYang 2 ani în urmă
părinte
comite
fb1d2ba975

+ 0 - 3
Areas/Admin/Controllers/OperateServer/SysAdminOperateController.cs

@@ -704,10 +704,7 @@ namespace MySystem.Areas.Admin.Controllers
 
                 RedisDbconn.Instance.AddList("OperateAmountRecordServiceQueue", opAmountItem);
                 AddSysLog(data.Id.ToString(), "SysAdmin", "EditAmt");
-<<<<<<< HEAD
                 opdb.SaveChanges();
-=======
->>>>>>> feature-dgy-运营中心过期
 
                 if (Kind == 2 && ReturnFlag == 1)
                 {

+ 5 - 5
wwwroot/layuiadmin/modules_operate/SysAdminOperate_Admin.js

@@ -139,7 +139,7 @@ layui.config({
                 title: '是否过期',
                 sort: true
             }, {
-                field: 'ExpiredDate',
+                field: 'ExpireDate',
                 title: '过期时间',
                 sort: true
             }, {
@@ -403,8 +403,8 @@ layui.config({
                                 if (data == "success") {
                                     table.reload('LAY-list-manage'); //数据刷新
                                 } else {
-                                        layer.close(loadindex); //关闭弹层
-                                        layer.msg(data);
+                                    layer.close(loadindex); //关闭弹层
+                                    layer.msg(data);
                                 }
                             }
                         });
@@ -514,8 +514,8 @@ layui.config({
                                         table.reload('LAY-list-manage'); //数据刷新
                                     });
                                 } else {
-                                        layer.close(loadindex); //关闭弹层
-                                        layer.msg(data);
+                                    layer.close(loadindex); //关闭弹层
+                                    layer.msg(data);
                                 }
                             }
                         });