| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | <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> |