Commit bdc9eb4f authored by wanglianxi's avatar wanglianxi

2020年6月3日13:54:14

parent bdb88bc0
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.springblade.agent.mapper.HolidayMapper">
<select id="dateList" resultType="java.lang.String">
select date from care_holiday
</select>
</mapper>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.springblade.agent.mapper.WorkweekendMapper">
<select id="dateList" resultType="java.lang.String">
select date from care_workweekend
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment