@@ -316,7 +316,7 @@ public class AppraiseRelaLogic {
.eq(PgAppraiseApply::getOrderBaseId, bean.getOrderBaseId())
.count();
if (count > 0) {
- throw new RemoteServiceException("已有中差评申诉记录, 提交失败");
+ throw new RemoteServiceException("已申诉, 提交失败");
}