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