作者 tangxvhui

修复问题

@@ -1595,6 +1595,7 @@ func (srv *SummaryEvaluationService) updateItemValuePriority( @@ -1595,6 +1595,7 @@ func (srv *SummaryEvaluationService) updateItemValuePriority(
1595 1595
1596 // ID置空 1596 // ID置空
1597 tempValue.Id = 0 1597 tempValue.Id = 0
  1598 + tempValue.SummaryEvaluationId = result.Id
1598 tempValue.CreatedAt = nowTime 1599 tempValue.CreatedAt = nowTime
1599 tempValue.UpdatedAt = nowTime 1600 tempValue.UpdatedAt = nowTime
1600 newItemValues = append(newItemValues, &tempValue) 1601 newItemValues = append(newItemValues, &tempValue)
@@ -9,8 +9,8 @@ import ( @@ -9,8 +9,8 @@ import (
9 func TestGenerateToken(t *testing.T) { 9 func TestGenerateToken(t *testing.T) {
10 ut := UserAuth{ 10 ut := UserAuth{
11 CompanyId: 8, 11 CompanyId: 8,
12 - UserId: 3422052605249024,  
13 - Phone: "13677777777", 12 + UserId: 3422052542754304,
  13 + Phone: "13678998765",
14 PlatformId: 29, 14 PlatformId: 29,
15 AdminType: 1, 15 AdminType: 1,
16 } 16 }