lyhzzz преди 3 години
родител
ревизия
1fc15ecade
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/resources/mapper/UserMapper.xml

+ 1 - 1
src/main/resources/mapper/UserMapper.xml

@@ -15,7 +15,7 @@
         </if>
         </if>
         <if test="param.deptId != null ">
         <if test="param.deptId != null ">
             and u.dept_id =  #{param.deptId}
             and u.dept_id =  #{param.deptId}
-        </if>s
+        </if>
         <if test="param.startTime != null and param.startTime != ''">
         <if test="param.startTime != null and param.startTime != ''">
             and u.create_time &gt;=  #{param.startTime}
             and u.create_time &gt;=  #{param.startTime}
         </if>
         </if>