添加拉卡拉设备绑定解绑功能
This commit is contained in:
parent
eaada0d4f9
commit
dbf20ce758
|
|
@ -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());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue