ouyj 4 месяцев назад
Родитель
Сommit
e4e8f80558

+ 1 - 1
ygtx-gxt/src/main/java/com/ygtx/gxt/service/impl/GxtOrderScoreServiceImpl.java

@@ -1133,7 +1133,7 @@ public class GxtOrderScoreServiceImpl implements IGxtOrderScoreService {
             flow.setOperatorId(SecurityUtils.getUserId());
             flow.setOperatorName(SecurityUtils.getLoginUser().getUser().getNickName());
             flow.setActionTime(DateUtils.getNowDate());
-            flow.setActionRemark("发起申诉:" + orderScoreInfo.getFeedbackReason());
+            flow.setActionRemark("发起申诉:" + orderScoreInfo.getAppealReason());
             repairOrderFlowService.insertGxtRepairOrderFlow(flow);
 
             return result;