排序
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="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||
</where>
|
||||
order by create_time desc
|
||||
order by c.create_time desc
|
||||
</select>
|
||||
|
||||
<select id="selectByCheckList" parameterType="ByChild" resultMap="ByChildResult">
|
||||
|
Loading…
x
Reference in New Issue
Block a user