chenshudong недель назад: 2
Родитель
Сommit
66c886d1d0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      airport-ledger/src/main/resources/mapper/ledger/LedgerWarningMapper.xml

+ 1 - 1
airport-ledger/src/main/resources/mapper/ledger/LedgerWarningMapper.xml

@@ -29,7 +29,7 @@
29
         <if test="deptId != null">and dept_id = #{deptId}</if>
29
         <if test="deptId != null">and dept_id = #{deptId}</if>
30
         <if test="teamId != null">and team_id = #{teamId}</if>
30
         <if test="teamId != null">and team_id = #{teamId}</if>
31
         <if test="groupId != null">and group_id = #{groupId}</if>
31
         <if test="groupId != null">and group_id = #{groupId}</if>
32
-        <if test="userId != null">and inspected_id = #{userId}</if>
32
+        <if test="userId != null">and inspector_id = #{userId}</if>
33
         <if test="startDate != null">
33
         <if test="startDate != null">
34
             and record_date >= #{startDate}
34
             and record_date >= #{startDate}
35
         </if>
35
         </if>