切换导航条
此项目
正在载入...
登录
allied-creation
/
performance
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
tangxvhui
2 years ago
提交
c87479db5e17bd535020411505d04ccf994b24f3
1 个父辈
8bfeaf90
master
...
dev-pushdata
dev-tangxvhui
dev-zhengzhou
test
v2.2.0-fix
v2.2.0
v2.0.0
调整任务列表输出
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
7 行增加
和
3 行删除
pkg/application/staff_assess/service/create_staff_assess.go
pkg/application/task/service/service.go
pkg/application/staff_assess/service/create_staff_assess.go
查看文件 @
c87479d
...
...
@@ -521,7 +521,7 @@ func (srv StaffAssessServeice) buildTaskRecord(staffAssess *domain.StaffAssess)
nowTime
:=
time
.
Now
()
for
index
:=
range
taskList2
{
if
taskList2
[
index
]
.
UseEndTime
>
0
{
if
!
(
taskList2
[
index
]
.
EndTime
>
nowTime
.
Unix
()
)
{
if
taskList2
[
index
]
.
EndTime
<
nowTime
.
Unix
(
)
{
continue
}
}
...
...
pkg/application/task/service/service.go
查看文件 @
c87479d
...
...
@@ -1367,7 +1367,9 @@ func (srv TaskService) ListTask3(param *command.SearchTaskCommand) (map[string]i
tk
.
Marks
[
"d"
]
=
val3
.
Marks
[
"d"
]
}
case
domain
.
AnomalyCategoryType3
:
if
isChildUser
{
if
userId
==
val
.
LeaderId
{
//空
}
else
if
isChildUser
{
// 去辅导
tk
.
Marks
[
"d"
]
=
val3
.
Marks
[
"d"
]
}
...
...
@@ -1648,7 +1650,9 @@ func (srv TaskService) listTask3ForHrbp(param *command.SearchTaskCommand) (map[s
tk
.
Marks
[
"d"
]
=
val3
.
Marks
[
"d"
]
}
case
domain
.
AnomalyCategoryType3
:
if
isChildUser
{
if
userId
==
val
.
LeaderId
{
//空
}
else
if
isChildUser
{
// 去辅导
tk
.
Marks
[
"d"
]
=
val3
.
Marks
[
"d"
]
}
...
...
请
注册
或
登录
后发表评论