2 Commits d00501ea1a ... 7d367ceee4

Autor SHA1 Mensaje Fecha
  xgb 7d367ceee4 Merge remote-tracking branch 'origin/Payment-Configuration' into Payment-Configuration hace 1 semana
  xgb b3113030ba 项目会员添加,不同项目不一样 hace 1 semana
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/his/FsUserMapper.xml

@@ -783,7 +783,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             and fs_user_company_user.company_id = #{companyId}
         </if>
         GROUP BY
-        fs_user_company_user.`status`
+        fs_user_company_user.`status`,fs_user_company_user.project_id
     </select>
 
     <select id="getRepeatUserNumber" resultType="int">