切换导航条
此项目
正在载入...
登录
allied-creation
/
performance
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
tangxvhui
2 years ago
提交
f288cdb80ce650d2bbf90ee3ee4c783d15d7bbcf
1 个父辈
a524cb50
master
...
dev-pushdata
dev-tangxvhui
dev-zhengzhou
test
v2.2.0-fix
v2.2.0
v2.0.0
去除调试数据
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
34 行增加
和
34 行删除
pkg/application/task/service/service2.go
pkg/application/task/service/service2.go
查看文件 @
f288cdb
...
...
@@ -662,27 +662,27 @@ func (srv TaskService) MarkTaskAnomaly(param *command.MarkTaskAnomalyCommand) (m
return
map
[
string
]
interface
{}{},
application
.
ThrowError
(
application
.
INTERNAL_SERVER_ERROR
,
err
.
Error
())
}
// if len(assessList) == 0 || taskRecordId == 0 {
// result := map[string]interface{}{
// "have": false,
// "cycleId": strconv.Itoa(cycleId),
// "beginDay": today,
// "taskRecordId": strconv.Itoa(taskRecordId),
// "userId": strconv.Itoa(executorId),
// }
// return result, nil
// }
if
len
(
assessList
)
==
0
||
taskRecordId
==
0
{
result
:=
map
[
string
]
interface
{}{
"have"
:
false
,
"cycleId"
:
strconv
.
Itoa
(
cycleId
),
"beginDay"
:
today
,
"taskRecordId"
:
strconv
.
Itoa
(
taskRecordId
),
"userId"
:
strconv
.
Itoa
(
executorId
),
}
return
result
,
nil
}
// if assessList[0].Executor.UserId != param.UserId {
// result := map[string]interface{}{
// "have": false,
// "cycleId": strconv.Itoa(cycleId),
// "beginDay": today,
// "taskRecordId": strconv.Itoa(taskRecordId),
// "userId": strconv.Itoa(executorId),
// }
// return result, nil
// }
if
assessList
[
0
]
.
Executor
.
UserId
!=
param
.
UserId
{
result
:=
map
[
string
]
interface
{}{
"have"
:
false
,
"cycleId"
:
strconv
.
Itoa
(
cycleId
),
"beginDay"
:
today
,
"taskRecordId"
:
strconv
.
Itoa
(
taskRecordId
),
"userId"
:
strconv
.
Itoa
(
executorId
),
}
return
result
,
nil
}
result
:=
map
[
string
]
interface
{}{
"have"
:
true
,
"cycleId"
:
strconv
.
Itoa
(
cycleId
),
...
...
@@ -690,13 +690,13 @@ func (srv TaskService) MarkTaskAnomaly(param *command.MarkTaskAnomalyCommand) (m
"taskRecordId"
:
strconv
.
Itoa
(
taskRecordId
),
"userId"
:
strconv
.
Itoa
(
executorId
),
}
result
=
map
[
string
]
interface
{}{
"have"
:
true
,
"cycleId"
:
"1669227421016002560"
,
"beginDay"
:
"2023-06-28"
,
"taskRecordId"
:
"1673722975515316224"
,
"userId"
:
"3422174102828544"
,
}
// result = map[string]interface{}{
// "have": true,
// "cycleId": "1669227421016002560",
// "beginDay": "2023-06-28",
// "taskRecordId": "1673722975515316224",
// "userId": "3422174102828544",
// }
return
result
,
nil
}
...
...
@@ -1116,13 +1116,13 @@ func (srv TaskService) MarkTaskAnomalyByTask(param *command.MarkTaskAnomalyComma
"taskRecordId"
:
strconv
.
Itoa
(
taskRecordId
),
"userId"
:
strconv
.
Itoa
(
executorId
),
}
result
=
map
[
string
]
interface
{}{
"have"
:
true
,
"cycleId"
:
"1669227421016002560"
,
"beginDay"
:
"2023-06-28"
,
"taskRecordId"
:
"1673722975515316224"
,
"userId"
:
"3422174102828544"
,
}
// result = map[string]interface{}{
// "have": true,
// "cycleId": "1669227421016002560",
// "beginDay": "2023-06-28",
// "taskRecordId": "1673722975515316224",
// "userId": "3422174102828544",
// }
return
result
,
nil
}
...
...
请
注册
或
登录
后发表评论