Sfoglia il codice sorgente

//..

private_deployment
xhxu 1 anno fa
parent
commit
3930c06801
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserBasicPropertyMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/UserBasicPropertyMapper.xml Vedi File

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

Caricamento…
Annulla
Salva