|
|
@@ -127,10 +127,9 @@ public interface StoreCommentAppealMapper extends BaseMapper<StoreCommentAppeal>
|
|
|
|
|
|
|
|
|
@Update("UPDATE store_comment_appeal " +
|
|
|
- "SET appeal_status = #{appealStatus}, final_result = #{finalResult}, appeal_ai_approval = #{appealAiApproval} " +
|
|
|
+ "SET appeal_status = #{appealStatus}, final_result = #{finalResult} " +
|
|
|
"WHERE id = #{id}")
|
|
|
void updateByRecordIdNew(@Param("id") Integer id,
|
|
|
@Param("appealStatus") Integer appealStatus,
|
|
|
- @Param("appealAiApproval") String appealAiApproval,
|
|
|
@Param("finalResult") String finalResult);
|
|
|
}
|