中扬CRM客户关系管理系统
#
lsh
2024-09-03 b633b8048cfe9a4f4e9c25e574551cedfd1ed28f
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>