Commit f60b7379 by v_vjyjiang

d

parent 570ab90d
...@@ -490,6 +490,7 @@ class UserService extends ServiceBase { ...@@ -490,6 +490,7 @@ class UserService extends ServiceBase {
if (productpricetmp['costs.costamount']) { if (productpricetmp['costs.costamount']) {
costAmount = Number(productpricetmp['costs.costamount']) costAmount = Number(productpricetmp['costs.costamount'])
} }
console.log("skucode==================", costAmount, productpricetmp)
//先检查缓存是否存在bizuser todo key再加个字母d //先检查缓存是否存在bizuser todo key再加个字母d
var resultcache = await self.cacheManager["ClientBindBizUserCache"].getCache(clientMobile) var resultcache = await self.cacheManager["ClientBindBizUserCache"].getCache(clientMobile)
......
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