洪城义警-正式版后台
zhongrj
2023-11-14 62cd133e894d8cc8d527d5e94a4310794e03f763
src/main/java/org/springblade/modules/energy/mapper/EnergyMapper.xml
@@ -17,7 +17,11 @@
    <update id="updateEnergyId">
        UPDATE sys_energy SET
            type = 0 WHERE id = #{id}
            type = 0 WHERE id = #{id} and identification=#{identification}
    </update>
    <update id="updateEnergyIds">
        UPDATE sys_energy SET
            type = 0 WHERE id = #{id} and identification=#{identification}
    </update>
    <select id="selectType" resultType="java.lang.String">