liaoxujun@qq.com
2024-04-10 25bad9a765c608079258012766a37a571b5243aa
CoreCms.Net.Web.Admin/Controllers/User/CoreCmsUserGradeController.cs
@@ -1,7 +1,7 @@
/***********************************************************************
 *            Project: CoreCms
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统                               
 *                Web: hhtp://chuanyin.com
 *                Web: http://chuanyin.com
 *             Author:                                        
 *              Email:                               
 *         CreateTime: 202403/02   
@@ -301,6 +301,7 @@
            oldModel.expenditureMoney = entity.expenditureMoney;
            oldModel.rechargeAmount = entity.rechargeAmount;
            oldModel.prioritySortId = entity.prioritySortId;
            oldModel.valueKey= entity.valueKey;
            //事物处理过程结束
            var bl = await _coreCmsUserGradeServices.UpdateAsync(oldModel, true);