فهرست منبع

Merge branch 'master' of http://47.100.37.243:10080/wutt/manHourHousekeeper

ggooalice 2 سال پیش
والد
کامیت
886a85213e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

@@ -152,7 +152,7 @@
                 </if>
             </otherwise>
         </choose>
-        AND (b.state = 1 or b.state=0)
+        AND b.state = 1
         GROUP BY a.id
         ORDER BY a.id ASC
     </select>