src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml
@@ -61,6 +61,14 @@ where username = #{param1} </select> <update id="updateExamine"> update act_zc set type=1 where id in (${ids}); update blade_user set stype=1,firstlogin = "1" where account in <foreach collection="names" index="index" item="item" open="(" separator="," close=")"> "${item}" </foreach> </update> <select id="selecyZcCount" resultType="java.lang.Integer"> select count(*) from act_zc