Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bladex-schedule
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglianxi
bladex-schedule
Commits
bdc9eb4f
Commit
bdc9eb4f
authored
Jun 03, 2020
by
wanglianxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020年6月3日13:54:14
parent
bdb88bc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
HolidayMapper.xml
.../main/java/org/springblade/agent/mapper/HolidayMapper.xml
+8
-0
WorkweekendMapper.xml
...n/java/org/springblade/agent/mapper/WorkweekendMapper.xml
+8
-0
No files found.
blade-sched/src/main/java/org/springblade/agent/mapper/HolidayMapper.xml
0 → 100644
View file @
bdc9eb4f
<?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>
blade-sched/src/main/java/org/springblade/agent/mapper/WorkweekendMapper.xml
0 → 100644
View file @
bdc9eb4f
<?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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment