Commit 5aaed428d346e91d0e6df6c275750ac6ef1b5989
1 parent
fc1ffd25d1
Exists in
master
and in
6 other branches
追访
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/CouponServiceImpl.java
View file @
5aaed42
| ... | ... | @@ -259,7 +259,7 @@ |
| 259 | 259 | if (antExRecordModel != null) { |
| 260 | 260 | Map<String, Object> map = new HashMap<>(); |
| 261 | 261 | map.put("id", co.getId()); |
| 262 | - map.put("usedId", antExRecordModel.getId()); | |
| 262 | + map.put("usedId", antExRecordModel.getfId()); | |
| 263 | 263 | couponMapper.updateUsed(map); |
| 264 | 264 | System.out.println(co.getId()+":更新优惠券使用表usedId修改为:"+antExRecordModel.getId()); |
| 265 | 265 | } |