|
@@ -1104,7 +1104,7 @@
|
|
|
<if test="isConfirm != null and isConfirm != ''">and is_confirm = #{isConfirm}</if>
|
|
|
<if test="isDel != null and isDel != ''">and is_del = #{isDel}</if>
|
|
|
</where>
|
|
|
- order by create_time DESC
|
|
|
+ order by chang_user_time DESC
|
|
|
</select>
|
|
|
<select id="selectCzrkListByDeptId" resultMap="CzrkResult">
|
|
|
select id, dept_id, create_time, is_del from czrk
|