Browse Source

夸克推广码返回数据状态不正确bug修复

lifa 1 year ago
parent
commit
5c2717bed5
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/platform/ZhonTai.Admin/Services/DiTuiAPI/ProjectsService.cs

+ 0 - 4
src/platform/ZhonTai.Admin/Services/DiTuiAPI/ProjectsService.cs

@@ -390,10 +390,6 @@ namespace ZhonTai.Admin.Services.DiTuiAPI
                 {
                     where = null;
                 }
-                else if (kuaKeStatus == "2")
-                {
-                    where = (a => a.Status == 1 || a.Status == 2);
-                }
                 else
                 {
                     where = (a => a.Status == Convert.ToInt16(kuaKeStatus));