chenshudong il y a 2 semaines
Parent
commit
66c886d1d0

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

@@ -29,7 +29,7 @@
29 29
         <if test="deptId != null">and dept_id = #{deptId}</if>
30 30
         <if test="teamId != null">and team_id = #{teamId}</if>
31 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 33
         <if test="startDate != null">
34 34
             and record_date >= #{startDate}
35 35
         </if>