This website works better with JavaScript
Home
Explore
Help
Register
Sign In
java
/
new-mall_miniapp
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
需求
‘linchangsheng’
6 months ago
parent
4a761f904e
commit
924b1900af
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
src/main/java/com/gree/mall/miniapp/logic/coupon/CouponLogic.java
+ 2
- 0
src/main/java/com/gree/mall/miniapp/logic/coupon/CouponLogic.java
View File
@@ -779,6 +779,8 @@ public class CouponLogic {
}
}
}
}
+ userCouponService.saveBatch(listCouponUser);
+
}
}
}
}