|
|
@@ -2,7 +2,6 @@ |
|
|
|
using Learun.Application.Base.SystemModule; |
|
|
|
using Learun.DataBase.Repository; |
|
|
|
using Learun.Util; |
|
|
|
using Learun.Util.Operat; |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Data; |
|
|
@@ -324,8 +323,8 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement |
|
|
|
{ |
|
|
|
LogEntity logEntity = new LogEntity(); |
|
|
|
logEntity.F_CategoryId = 1; |
|
|
|
logEntity.F_OperateTypeId = ((int)OperationType.Other).ToString(); |
|
|
|
logEntity.F_OperateType = EnumAttribute.GetDescription(OperationType.Other); |
|
|
|
logEntity.F_OperateTypeId = "0"; |
|
|
|
logEntity.F_OperateType = "其他"; |
|
|
|
logEntity.F_OperateAccount = loginUserInfo.account; |
|
|
|
logEntity.F_OperateUserId = loginUserInfo.userId; |
|
|
|
logEntity.F_Module = Config.GetValue("SoftName"); |
|
|
|