zhaoxian 4 år sedan
förälder
incheckning
772b81f86d

+ 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>