Commit 4500ed10 by 宋毅

tj

parent ce683561
...@@ -406,7 +406,7 @@ class UtilsOrderService extends AppServiceBase { ...@@ -406,7 +406,7 @@ class UtilsOrderService extends AppServiceBase {
return resultSign; return resultSign;
} }
//获取充值业务锁 //获取充值业务锁
await this.cacheManager["TlPayLocker"].init(parmas.out_trade_no);//---测试时放开 // await this.cacheManager["TlPayLocker"].init(parmas.out_trade_no);//---测试时放开
var locker = await this.cacheManager["TlPayLocker"].enter(parmas.out_trade_no); var locker = await this.cacheManager["TlPayLocker"].enter(parmas.out_trade_no);
if (!locker || locker != "1") { if (!locker || locker != "1") {
this.logCtl.info({ this.logCtl.info({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment