diff --git a/ruoyi-szxc/src/main/resources/mapper/szxc/SzxcDiscussCentreMapper.xml b/ruoyi-szxc/src/main/resources/mapper/szxc/SzxcDiscussCentreMapper.xml
index e4dfaf4..7c20485 100644
--- a/ruoyi-szxc/src/main/resources/mapper/szxc/SzxcDiscussCentreMapper.xml
+++ b/ruoyi-szxc/src/main/resources/mapper/szxc/SzxcDiscussCentreMapper.xml
@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and dept_id = #{deptId}
and dept_name like concat('%', #{deptName}, '%')
+ order by create_time DESC
-
- select id, ys_id, jm_id, card_id, vote_name, phone, vote, opinion, create_by, create_time, update_by, update_time, user_id from szxc_vote_result
-
-
-
+
+ insert into szxc_vote_result
+
+ ys_id,
+ jm_id,
+ card_id,
+ vote_name,
+ phone,
+ vote,
+ opinion,
+ create_by,
+ create_time,
+ update_by,
+ update_time,
+ user_id,
+
+
+ #{ysId},
+ #{jmId},
+ #{cardId},
+ #{voteName},
+ #{phone},
+ #{vote},
+ #{opinion},
+ #{createBy},
+ #{createTime},
+ #{updateBy},
+ #{updateTime},
+ #{userId},
+
+
-
+
+
+
+
+ delete from szxc_vote_result where id = #{id}
+
+
+
+ delete from szxc_vote_result where id in
+
+ #{id}
+
+
\ No newline at end of file