lyhzzz %!s(int64=2) %!d(string=hai) anos
pai
achega
1fc15ecade
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/resources/mapper/UserMapper.xml

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

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