|
@@ -79,7 +79,6 @@ public class WxTransferService {
|
|
|
JedisUtil jedisUtil;
|
|
|
private static final String TRANSFER = "com:zswl:reward:wxtransfer";
|
|
|
|
|
|
- @Transactional
|
|
|
public ResultContent transferLock(WalletTransferParam param){
|
|
|
String userId = authHelper.getCurrentUser().getUserId();
|
|
|
if (jedisUtil.lock(userId + TRANSFER, 30L)){
|