|
@@ -88,7 +88,7 @@ public class AiAutoReview {
|
|
|
//申诉图片
|
|
//申诉图片
|
|
|
commentAppeal.setImgUrl(requestBody.get("appeal_images").toString());
|
|
commentAppeal.setImgUrl(requestBody.get("appeal_images").toString());
|
|
|
//评价图片
|
|
//评价图片
|
|
|
-// commentAppeal.setReviewImages(requestBody.get("review_images").toString());
|
|
|
|
|
|
|
+ commentAppeal.setReviewImages(requestBody.get("review_images").toString());
|
|
|
//律师id
|
|
//律师id
|
|
|
commentAppeal.setLawyerUserId(requestBody.get("lawyer_user_id").toString());
|
|
commentAppeal.setLawyerUserId(requestBody.get("lawyer_user_id").toString());
|
|
|
commentAppealService.submitAppeal(commentAppeal);
|
|
commentAppealService.submitAppeal(commentAppeal);
|