From d6827ed9a8e7ac1d8d3a932d2f93a8476df81806 Mon Sep 17 00:00:00 2001 From: songhuangfeng123 <shf18767906695@163.com> Date: 星期三, 13 七月 2022 15:32:56 +0800 Subject: [PATCH] 应急演练实施评价 fix --- emergency/emergency-service/src/main/resource/config/mapper/emergency/EmergencyDrillEvaluationInfoMapper.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emergency/emergency-service/src/main/resource/config/mapper/emergency/EmergencyDrillEvaluationInfoMapper.xml b/emergency/emergency-service/src/main/resource/config/mapper/emergency/EmergencyDrillEvaluationInfoMapper.xml index 7e8a868..de27201 100644 --- a/emergency/emergency-service/src/main/resource/config/mapper/emergency/EmergencyDrillEvaluationInfoMapper.xml +++ b/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> -- Gitblit v1.9.2