Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
a64aed5a
Commit
a64aed5a
authored
Mar 14, 2022
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改注释
parent
d44dc5e1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
performance/Performance.Api/Controllers/AttendanceController.cs
+2
-2
No files found.
performance/Performance.Api/Controllers/AttendanceController.cs
View file @
a64aed5a
...
@@ -66,7 +66,7 @@ public ApiResponse BatchCallIn(int allotId, object obj)
...
@@ -66,7 +66,7 @@ public ApiResponse BatchCallIn(int allotId, object obj)
// obj自己定义结构
// obj自己定义结构
// 批量插入调动记录,插入前需要删除所有后重新插入
// 批量插入调动记录,插入前需要删除所有后重新插入
// 需要验证工号和姓名是否与“
科室
字典”(per_employee)完全匹配,不匹配则返回表格错误提示
// 需要验证工号和姓名是否与“
人员
字典”(per_employee)完全匹配,不匹配则返回表格错误提示
// 需要验证核算组别和核算单元是否与“核算单元及组别”(cof_accounting)完全匹配,不匹配则返回表格错误提示
// 需要验证核算组别和核算单元是否与“核算单元及组别”(cof_accounting)完全匹配,不匹配则返回表格错误提示
// 表格错误提醒参考PersonService.CreatePerson方法
// 表格错误提醒参考PersonService.CreatePerson方法
...
@@ -128,7 +128,7 @@ public ApiResponse AttendanceBatch(int allotId, object obj)
...
@@ -128,7 +128,7 @@ public ApiResponse AttendanceBatch(int allotId, object obj)
// obj自己定义结构
// obj自己定义结构
// 批量插入考勤记录,插入前需要删除所有后重新插入
// 批量插入考勤记录,插入前需要删除所有后重新插入
// 需要验证考勤类型是否正确
// 需要验证考勤类型是否正确
// 需要验证工号和姓名是否与“
科室
字典”(per_employee)完全匹配,不匹配则返回表格错误提示
// 需要验证工号和姓名是否与“
人员
字典”(per_employee)完全匹配,不匹配则返回表格错误提示
// 表格错误提醒参考PersonService.CreatePerson方法
// 表格错误提醒参考PersonService.CreatePerson方法
return
new
ApiResponse
(
ResponseType
.
Fail
);
return
new
ApiResponse
(
ResponseType
.
Fail
);
...
...
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