洪城义警-正式版后台
zengh
2022-05-24 82b999fe00c856dfd68f58ee0972dd634605a203
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