瀏覽代碼

fix 异常人员根据变更时间来排序

tjf 3 年之前
父節點
當前提交
550bf00754
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      boman-web-core/src/main/resources/mapper/CzrkMapper.xml

+ 1 - 1
boman-web-core/src/main/resources/mapper/CzrkMapper.xml

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