This commit is contained in:
zhanglipeng 2021-08-13 12:10:52 +08:00
parent c3b2fe1689
commit bdc5d70ed0

View File

@ -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">