Ver a proveniência

//..

private_deployment
xhxu há 1 ano
ascendente
cometimento
3930c06801
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserBasicPropertyMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/UserBasicPropertyMapper.xml Ver ficheiro

@@ -56,7 +56,7 @@
set `update_date` = #{updateDate}
,`digital_avatar_residue_glod` = digital_avatar_residue_glod+#{reduceGlod}
where id = #{id}
and digital_avatar_residue_glod+#{reduceGlod} > 0
and digital_avatar_residue_glod+#{reduceGlod} >= 0
</update>

</mapper>

Carregando…
Cancelar
Guardar