lyhzzz 2 năm trước cách đây
mục cha
commit
0cfaf7da68
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/main/resources/mapper/ucenter/SceneProMapper.xml

+ 2 - 2
src/main/resources/mapper/ucenter/SceneProMapper.xml

@@ -65,10 +65,10 @@
             null as status,null as pay_status,null as thumb,null as web_site,null as is_upgrade,null as sn_code,null as
             view_count, null build_type
             FROM t_folder WHERE rec_status = 'A' and user_id =#{param.userId}
-            <if test="param.folderType!=null and param.folderType == 1">
+            <if test="param.folderType!=null and param.folderType == 0">
                 and (type = #{param.folderType} or type = 3)
             </if>
-            <if test="param.folderType!=null and param.folderType != 1">
+            <if test="param.folderType!=null and param.folderType != 0">
                 and type = #{param.folderType}
             </if>