Quellcode durchsuchen

文案库提交

zhouzeyu@c-top.com.cn vor 3 Jahren
Ursprung
Commit
529ceca5b3

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/document/mapper/xml/DocumentLibraryMapper.xml

@@ -19,7 +19,7 @@
             <if test="startDate !=null and startDate !='' and endDate !=null and endDate !=''">
                 and create_time BETWEEN  #{startDate} and #{endDate}
             </if>
-            <if test='status !=null and status !="" and status !=3'>
+            <if test='status !=null and status !="" and status !=2'>
                 and status =#{status}
             </if>
             <if test="list!=null and list.size() > 0">