| | |
| | | <if test="attResStagChar.tbChecFlStag !=null and attResStagChar.tbChecFlStag != '' "> |
| | | "tb_chec_fl_stag" = #{attResStagChar.tbChecFlStag}, |
| | | </if> |
| | | <if test="attResStagChar.tbChecFlStag ==null or attResStagChar.tbChecFlStag == '' "> |
| | | "tb_chec_fl_stag" = '', |
| | | </if> |
| | | |
| | | <if test="attResStagChar.tbDeadCap !=null and attResStagChar.tbDeadCap != '' "> |
| | | "tb_dead_cap" = #{attResStagChar.tbDeadCap}, |
| | | </if> |
| | | <if test="attResStagChar.tbDeadCap ==null or attResStagChar.tbDeadCap == '' "> |
| | | "tb_dead_cap" = '', |
| | | </if> |
| | | |
| | | <if test="attResStagChar.tbDeadStag !=null and attResStagChar.tbDeadStag != '' "> |
| | | "tb_dead_stag" = #{attResStagChar.tbDeadStag}, |
| | | </if> |
| | | <if test="attResStagChar.tbDeadStag ==null or attResStagChar.tbDeadStag == '' "> |
| | | "tb_dead_stag" = '', |
| | | </if> |
| | | |
| | | <if test="attResStagChar.tbDesFlStag !=null and attResStagChar.tbDesFlStag != '' "> |
| | | "tb_des_fl_stag" = #{attResStagChar.tbDesFlStag}, |
| | | </if> |
| | | <if test="attResStagChar.tbDesFlStag ==null or attResStagChar.tbDesFlStag == '' "> |
| | | "tb_des_fl_stag" = '', |
| | | </if> |
| | | |
| | | <if test="attResStagChar.tbFlprHighStag !=null and attResStagChar.tbFlprHighStag != '' "> |
| | | "tb_flpr_high_stag" = #{attResStagChar.tbFlprHighStag}, |
| | | </if> |
| | | <if test="attResStagChar.tbFlprHighStag ==null or attResStagChar.tbFlprHighStag == '' "> |
| | | "tb_flpr_high_stag" = '', |
| | | </if> |
| | | |
| | | <if test="attResStagChar.tbNormPoolStag !=null and attResStagChar.tbNormPoolStag != '' "> |
| | | "tb_norm_pool_stag" = #{attResStagChar.tbNormPoolStag}, |
| | | </if> |
| | | <if test="attResStagChar.tbNormPoolStag ==null or attResStagChar.tbNormPoolStag == '' "> |
| | | "tb_norm_pool_stag" = '', |
| | | </if> |
| | | |
| | | <if test="attResStagChar.tbTotCap !=null and attResStagChar.tbTotCap != '' "> |
| | | "tb_tot_cap" = #{attResStagChar.tbTotCap}, |
| | | </if> |
| | | <if test="attResStagChar.tbTotCap ==null or attResStagChar.tbTotCap == '' "> |
| | | "tb_tot_cap" = '', |
| | | </if> |
| | | |
| | | <if test="attResStagChar.watShedArea !=null and attResStagChar.watShedArea != '' "> |
| | | "wat_shed_area" = #{attResStagChar.watShedArea}, |
| | | </if> |
| | | <if test="attResStagChar.watShedArea ==null or attResStagChar.watShedArea == '' "> |
| | | "wat_shed_area" = '', |
| | | </if> |
| | | "update_by" = concat("update_by",',',#{attResStagChar.updateBy}), |
| | | "update_time" = #{attResStagChar.updateTime} |
| | | WHERE "res_guid" = #{attResStagChar.resGuid} |