Commit 0d1a11e3 by 魏文甫

Merge branch 'wei_master' into '105'

update

See merge request !28
2 parents 41163d96 ce8e81c4
......@@ -28,6 +28,8 @@
WHERE
i.is_delete = 0
AND rc.first_class_id = #{firstId,jdbcType=BIGINT}
GROUP BY i.id
ORDER BY
i.id DESC
LIMIT 0,
......@@ -81,6 +83,7 @@
WHERE
c.is_delete = 0
AND sc.type = 2
AND c.is_up = 1
AND rc.second_class_id = #{secondId,jdbcType=BIGINT}
ORDER BY
c.id DESC
......@@ -96,6 +99,7 @@
WHERE
c.is_delete = 0
AND sc.type = 2
AND c.is_up = 1
AND rc.second_class_id = #{secondId,jdbcType=BIGINT}
</select>
</mapper>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!