src/main/resources/mapper/PlanMapper.xml
@@ -128,4 +128,10 @@ and settle < settle_size </select> <select id="selctPlanListByDirector" resultType="java.lang.Integer"> select DISTINCT user_id from man_plan where 1=1 and director = #{director} </select> </mapper>