中扬CRM客户关系管理系统
#
LSH
2023-12-01 09ee5added9d59e90310a2586e846137ea597b19
src/main/resources/mapper/PlanMapper.xml
@@ -121,4 +121,11 @@
        ORDER BY mp.update_time DESC,mp.create_time DESC
    </select>
    <select id="selectPendingTaskCount" resultType="java.lang.Integer">
        select count(1) from man_plan
        where 1=1
        and director = #{director}
        and settle &lt; settle_size
    </select>
</mapper>