正在显示
1 个修改的文件
包含
5 行增加
和
0 行删除
@@ -1285,6 +1285,11 @@ func (srv *SummaryEvaluationService) EditEvaluationSuper(param *command.EditEval | @@ -1285,6 +1285,11 @@ func (srv *SummaryEvaluationService) EditEvaluationSuper(param *command.EditEval | ||
1285 | 1285 | ||
1286 | // EditEvaluationSuperForAdmin 更新上级评估内容(超级管理员) | 1286 | // EditEvaluationSuperForAdmin 更新上级评估内容(超级管理员) |
1287 | func (srv *SummaryEvaluationService) EditEvaluationSuperForAdmin(param *command.EditEvaluationValue) (interface{}, error) { | 1287 | func (srv *SummaryEvaluationService) EditEvaluationSuperForAdmin(param *command.EditEvaluationValue) (interface{}, error) { |
1288 | + // 超管不接收临时数据提交 | ||
1289 | + if param.IsTemporary { | ||
1290 | + return nil, nil | ||
1291 | + } | ||
1292 | + | ||
1288 | lock := xredis.NewLockSummaryEvaluationId(param.SummaryEvaluationId) | 1293 | lock := xredis.NewLockSummaryEvaluationId(param.SummaryEvaluationId) |
1289 | err := lock.Lock() | 1294 | err := lock.Lock() |
1290 | if err != nil { | 1295 | if err != nil { |
-
请 注册 或 登录 后发表评论