songhuangfeng123
2022-07-13 d6827ed9a8e7ac1d8d3a932d2f93a8476df81806
emergency/emergency-service/src/main/resource/config/mapper/emergency/EmergencyDrillEvaluationInfoMapper.xml
@@ -28,8 +28,8 @@
            <if test="suitable != null and suitable != ''">`suitable`,</if>
            <if test="sufficient != null and sufficient != ''">`sufficient`,</if>
            <if test="arrival != null and arrival != ''">`arrival`,</if>
            <if test="supplies != null and purpose != ''">`supplies`,</if>
            <if test="protection != null and purpose != ''">`protection`,</if>
            <if test="supplies != null and supplies != ''">`supplies`,</if>
            <if test="protection != null and protection != ''">`protection`,</if>
            <if test="whole != null and whole != ''">`whole`,</if>
            <if test="division != null and division != ''">`division`,</if>
            <if test="effect != null and effect != ''">`effect`,</if>
@@ -52,8 +52,8 @@
            <if test="suitable != null and suitable != ''">#{suitable},</if>
            <if test="sufficient != null and sufficient != ''">#{sufficient},</if>
            <if test="arrival != null and arrival != ''">#{arrival},</if>
            <if test="supplies != null and purpose != ''">#{supplies},</if>
            <if test="protection != null and purpose != ''">#{protection},</if>
            <if test="supplies != null and supplies != ''">#{supplies},</if>
            <if test="protection != null and protection != ''">#{protection},</if>
            <if test="whole != null and whole != ''">#{whole},</if>
            <if test="division != null and division != ''">#{division},</if>
            <if test="effect != null and effect != ''">#{effect},</if>
@@ -104,8 +104,8 @@
            <if test="suitable != null and suitable != ''">suitable = #{suitable},</if>
            <if test="sufficient != null and sufficient != ''">sufficient = #{sufficient},</if>
            <if test="arrival != null and arrival != ''">arrival = #{arrival},</if>
            <if test="supplies != null and purpose != ''">supplies = #{supplies},</if>
            <if test="protection != null and purpose != ''">protection = #{protection},</if>
            <if test="supplies != null and supplies != ''">supplies = #{supplies},</if>
            <if test="protection != null and protection != ''">protection = #{protection},</if>
            <if test="whole != null and whole != ''">whole = #{whole},</if>
            <if test="division != null and division != ''">division = #{division},</if>
            <if test="effect != null and effect != ''">effect = #{effect},</if>