添加拉卡拉设备绑定解绑功能
This commit is contained in:
@@ -191,7 +191,7 @@ public class DeviceStockServiceImpl extends ServiceImpl<DeviceStockMapper, Devic
|
|||||||
DeviceStock device = getById(id);
|
DeviceStock device = getById(id);
|
||||||
|
|
||||||
if(device.getSnNo().startsWith("QR")){
|
if(device.getSnNo().startsWith("QR")){
|
||||||
MerchantBaseInfo merchantBaseInfo=merchantBaseInfoService.getMerchantBaseInfoByUserId(device.getBuyMercId());
|
MerchantBaseInfo merchantBaseInfo=merchantBaseInfoService.getMerchantBaseInfoByUserId(device.getBelongUserId().toString());
|
||||||
|
|
||||||
|
|
||||||
boolean flag=lklPayService.deactivate(merchantBaseInfo,device.getSnNo());
|
boolean flag=lklPayService.deactivate(merchantBaseInfo,device.getSnNo());
|
||||||
|
|||||||
Reference in New Issue
Block a user