作者 tangxvhui

修复问题

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