中扬CRM客户关系管理系统
#
lsh
2024-04-19 b523cf62af9369901cdeff2b2ae188a0af856558
src/main/resources/mapper/WeeklyMapper.xml
@@ -33,4 +33,12 @@
    </resultMap>
    <select id="selectUserStartAndEnd" resultMap="BaseResultMap">
        select count(1) from man_weekly
        where 1=1
        and start_time = #{startTime}
        and end_time = #{endTime}
        and user_id = #{userId}
    </select>
</mapper>