审核优化

This commit is contained in:
paidaxing444
2020-09-09 14:21:31 +08:00
parent 97ff7191a7
commit 7a0ccd96c7
3 changed files with 25 additions and 21 deletions

View File

@ -40,7 +40,7 @@
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
<if test="xnxq != null and xnxq != ''">and xnxq = #{xnxq}</if>
</where>
order by month desc
order by month,zc desc
</select>
<select id="selectByThemeWeekplanById" parameterType="String" resultMap="ByThemeWeekplanResult">