Ver código fonte

//..

private_deployment
xhxu 1 ano atrás
pai
commit
3930c06801
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserBasicPropertyMapper.xml

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

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