Commit 1faaa7aa by 吴博

Merge branch 'fixbug/fixclassify' into 'master'

bug: [none] fixclassify

See merge request rays/pcloud-book!1312
parents d12f3027 eb2bb43b
...@@ -411,7 +411,8 @@ ...@@ -411,7 +411,8 @@
AND b.IS_MAIN_EDITOR = 1 AND b.IS_MAIN_EDITOR = 1
AND b.TEMPLET_ID = #{firstClassify} AND b.TEMPLET_ID = #{firstClassify}
AND b.SECOND_TEMPLET_ID = #{secondClassify} AND b.SECOND_TEMPLET_ID = #{secondClassify}
AND B.third_templet_id = #{thirdClassify}; AND B.third_templet_id = #{thirdClassify}
limit 1000
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment