Explorar el Código

咨询员查询更新

user5 hace 2 años
padre
commit
68423206cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/resources/mappings/modules/sys/UserDao.xml

+ 1 - 0
src/main/resources/mappings/modules/sys/UserDao.xml

@@ -522,6 +522,7 @@
 			AND uo.company_id = #{company.id}
 		</if>
 		AND uo.status IN ('试用','正式','劳务')
+		group by a.id
 		ORDER BY a.name
 	</select>