切换导航条
此项目
正在载入...
登录
allied-creation
/
performance
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
tangxvhui
2 years ago
提交
a7e813df2c742da04188a9f332121c4ac34a4e48
1 个父辈
3defb64f
修正 每日评估下发异常
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
README.md
pkg/application/staff_assess/service/service.go
README.md
查看文件 @
a7e813d
...
...
@@ -8,7 +8,7 @@ prod 环境 http://performance-back-prd.fjmaimaimai.com/
前端页面地址
test环境 https://enterprise-platform-dev.fjmaimaimai.com/#/login
测试账号 17708397664 密码123456
测试账号 17708397664 密码
123456
短信模板ID:5475050 短信内容: 您好,#name#,百忙之中不要忘记填写今天的绩效自评反馈哦
\ No newline at end of file
...
...
pkg/application/staff_assess/service/service.go
查看文件 @
a7e813d
...
...
@@ -1090,13 +1090,13 @@ func (srv StaffAssessServeice) getStaffSuper(transactionContext application.Tran
"transactionContext"
:
transactionContext
,
})
userData
,
err
:=
userRepo
.
FindOne
(
map
[
string
]
interface
{}{
_
,
userData
,
err
:=
userRepo
.
Find
(
map
[
string
]
interface
{}{
"id"
:
targetUser
.
ParentId
,
})
if
err
!=
nil
{
return
nil
,
err
}
return
[]
*
domain
.
User
{
userData
}
,
nil
return
userData
,
nil
}
func
(
srv
StaffAssessServeice
)
recoverAssessCache
(
context
application
.
TransactionContext
,
assessId
int
,
dataArray
[]
*
domain
.
StaffAssessContent
)
{
...
...
请
注册
或
登录
后发表评论