username@email.com
2025-04-30 bac8f3f7f55649e9a6f76049b634af22d320a1c8
CY_ECommercePlatform/CY.BLL/OA/OA_KaipiaoshenqingBLL.cs
@@ -161,11 +161,11 @@
            {
                if (HuikuanStates == "2")
                {
                    Condition += " and  ok.Huikuanmoney >0 ";
                    Condition += " and  ok.Huikuanmoney >= kpmoney ";
                }
                else if (HuikuanStates == "1")
                {
                    Condition += " and ( ok.Huikuanmoney is null or ok.Huikuanmoney <=0) ";
                    Condition += " and ( ok.Huikuanmoney is null or ok.Huikuanmoney < kpmoney ) ";
                }
            }
            if (!string.IsNullOrEmpty(PayStates))