Explorar el Código

//..

private_deployment
xhxu hace 1 año
padre
commit
3930c06801
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      suimangService/src/main/resources/mapper/UserBasicPropertyMapper.xml

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

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

Cargando…
Cancelar
Guardar