Browse Source

积分规则上限查找修改

dev_shibei_match
wangchao 5 years ago
parent
commit
220c7ddb49
  1. 2
      epmet-module/epmet-point/epmet-point-server/src/main/resources/mapper/UserPointActionLogDao.xml

2
epmet-module/epmet-point/epmet-point-server/src/main/resources/mapper/UserPointActionLogDao.xml

@ -49,7 +49,7 @@
WHERE
DEL_FLAG = '0'
AND USER_ID = #{userId}
AND EVENT_ID = #{eventCode}
AND EVENT_ID = #{eventId}
<if test='null != customerId and "" != customerId'>
AND CUSTOMER_ID = #{customerId}
</if>

Loading…
Cancel
Save