Commit 226f8109 authored by 吴春's avatar 吴春

提交订单

parent 29d869a8
......@@ -32,7 +32,7 @@ namespace Edu.Model.Entity.Sell
public string GuestName { get; set; }
/// <summary>
/// 状态 1正常 2退学 3-申请中,4-驳回申请,5-停课,6-停课申请中,7-完结的订单,8-转班申请中,9-分拆申请
/// 状态 1正常 2退学 3-申请中,4-驳回申请,5-停课,6-停课申请中,7-毕业,8-转班申请中,9-分拆申请
/// </summary>
public int GuestState { get; set; }
......
......@@ -721,7 +721,7 @@ WHERE 1=1 and A.Status=0 and class.Status=0 and class.ClassStatus <>4 and b.Or
}
else
{
builder.AppendFormat($@" AND B.{nameof(RB_Order_Guest_Extend.EffectStatus)} >0");
// builder.AppendFormat($@" AND B.{nameof(RB_Order_Guest_Extend.EffectStatus)} >0");
builder.AppendFormat($@" AND A.{nameof(RB_Order_Guest_Extend.GuestState)} ={demodel.EffectStatus.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