XxlJobHandler

This commit is contained in:
guohb
2024-04-07 11:26:44 +08:00
parent 7111222ce9
commit eb7b2a39ce
6 changed files with 66 additions and 3 deletions

View File

@@ -88,6 +88,15 @@
</if>
</where>
</select>
<select id="selectESTime" resultType="com.cool.store.entity.LeaseBaseInfoDO">
SELECT
<include refid="Base_Column_List"/>
FROM
xfsg_lease_base_info
WHERE
DATE(experience_start_time) = CURDATE()
AND deleted = 0
</select>
</mapper>