Browse Source

//..

private_deployment
xhxu 1 year ago
parent
commit
3930c06801
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserBasicPropertyMapper.xml

+ 1
- 1
suimangService/src/main/resources/mapper/UserBasicPropertyMapper.xml View 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>

Loading…
Cancel
Save