Commit 4f6bac82 authored by liudong1993's avatar liudong1993

1

parent b50ccb98
......@@ -55,8 +55,8 @@ namespace REBORN.Common.Enum.Finance
/// <summary>
/// OP
/// </summary>
[EnumField("OP")]
OP = 9,
//[EnumField("OP")]
//OP = 9,
/// <summary>
/// 员工
/// </summary>
......@@ -80,8 +80,8 @@ namespace REBORN.Common.Enum.Finance
/// <summary>
/// 日本车行客户
/// </summary>
[EnumField("日本车行客户")]
JapanCustomer = 13,
//[EnumField("日本车行客户")]
//JapanCustomer = 13,
/// <summary>
/// 直客客户
/// </summary>
......
......@@ -1015,7 +1015,7 @@ namespace REBORN.Services.FinanceService
if (userInfo.SimpleEasy == 1)
{
list = list.Where(x => x.Value != "11" && x.Value != "12" && x.Value != "13" && x.Value != "14").ToList();
list = list.Where(x => x.Value != "11" && x.Value != "12" && x.Value != "13" && x.Value != "14" && x.Value != "3").ToList();
int MaxId = list.Max(x => Convert.ToInt32(x.Value)) + 1;
foreach (var item in list.Where(x => x.Value == "15").OrderBy(x => Convert.ToInt32(x.Value)))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment