Commit c44376a0 by 裴大威

Merge branch 'feat-1002774' into 'master'

feat 1002774

See merge request rays/pcloud-book!635
parents 238f4aef e248f0f3
...@@ -1361,6 +1361,7 @@ ...@@ -1361,6 +1361,7 @@
<if test="isPrint != null"> <if test="isPrint != null">
AND ba.IS_PRINT = #{isPrint} AND ba.IS_PRINT = #{isPrint}
</if> </if>
ORDER BY ba.CREATED_DATE DESC
</select> </select>
<select id="listBookClassifyCount" resultType="Long" parameterType="map"> <select id="listBookClassifyCount" resultType="Long" parameterType="map">
......
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