소스 검색

渠道号

zhaoxian 4 년 전
부모
커밋
772b81f86d
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      jeecg-boot-module-system/src/main/java/cn/com/ctop/common/module/mapper/xml/UserAllocationMapper.xml

+ 5 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/common/module/mapper/xml/UserAllocationMapper.xml

@@ -337,7 +337,11 @@ ORDER BY
             id = #{id}
     </update>
 
-
+    <select id="getAccountListByProjectId" resultType="java.lang.Long">
+        select account_id from ctop_user_allocation
+        WHERE account_status = 0
+          AND project_id = #{projectId}
+    </select>
 
 
 </mapper>