排序
This commit is contained in:
parent
c3b2fe1689
commit
bdc5d70ed0
@ -181,7 +181,7 @@
|
|||||||
<if test="otherLanguage != null and otherLanguage != ''">and other_language = #{otherLanguage}</if>
|
<if test="otherLanguage != null and otherLanguage != ''">and other_language = #{otherLanguage}</if>
|
||||||
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||||
</where>
|
</where>
|
||||||
order by create_time desc
|
order by c.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByCheckList" parameterType="ByChild" resultMap="ByChildResult">
|
<select id="selectByCheckList" parameterType="ByChild" resultMap="ByChildResult">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user