Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2cb745ed
authored
Nov 20, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc(工作日历):工作日历接口描述更新
1 parent
259de27c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
project-order/src/main/java/com/dituhui/pea/order/service/EngineerCalendarService.java
project-order/src/main/java/com/dituhui/pea/order/service/EngineerCalendarService.java
View file @
2cb745e
...
@@ -52,18 +52,18 @@ public interface EngineerCalendarService {
...
@@ -52,18 +52,18 @@ public interface EngineerCalendarService {
List
<
OccupyInfoDetail
>
getEngineerWorkDayCalendar
(
String
engineerCode
,
LocalDate
targetDate
);
List
<
OccupyInfoDetail
>
getEngineerWorkDayCalendar
(
String
engineerCode
,
LocalDate
targetDate
);
/**
/**
* 判定工程师指定日期是否在工作队的工作日期
* 判定工程师指定日期是否在
指定
工作队的工作日期
*
*
* @param teamId 工作队
* @param teamId 工作队
* @param engineerCode 工程师编号
* @param engineerCode 工程师编号
* @param targetDate 目标日期
* @param targetDate 目标日期
* @return 是否是工作队内日期工作时间
* @return 是否是
指定
工作队内日期工作时间
* @apiNote 仅考虑工作队工作日期, 不考虑事件日程
* @apiNote 仅考虑工作队工作日期, 不考虑事件日程
*/
*/
boolean
engineerTeamDateWorkTime
(
String
teamId
,
String
engineerCode
,
LocalDate
targetDate
);
boolean
engineerTeamDateWorkTime
(
String
teamId
,
String
engineerCode
,
LocalDate
targetDate
);
/**
/**
* 判定工程师
只顶你
日期是否休息日
* 判定工程师
指定
日期是否休息日
*
*
* @param engineerCode 工程师编号
* @param engineerCode 工程师编号
* @param targetDate 目标日期
* @param targetDate 目标日期
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment