username@email.com
2025-11-03 089e6b4d4143fa37bd08da3d1a75c9f1629a6edb
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))