|
|
@@ -619,6 +619,7 @@ public class GxtOrderScoreServiceImpl implements IGxtOrderScoreService {
|
|
|
GxtRepairOrderPerson repairPerson = new GxtRepairOrderPerson();
|
|
|
repairPerson.setId(person.getId());
|
|
|
repairPerson.setReviewScore(person.getReviewScore());
|
|
|
+ repairPerson.setScore(person.getReviewScore() != null ? BigDecimal.valueOf(person.getReviewScore()) : null);
|
|
|
personList.add(repairPerson);
|
|
|
}
|
|
|
gxtRepairOrderService.updateRepairOrderPersonList(personList);
|