Kaynağa Gözat

加盟商协管相关

tanbin 1 ay önce
ebeveyn
işleme
75779a4c36

+ 10 - 0
device-api-service/src/main/java/com/xy/service/DeviceInfoServiceImpl.java

@@ -1011,6 +1011,16 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
         return R.ok(Boolean.TRUE);
     }
 
+    /**
+     * 复制私库商品到设备
+     * @param mercId
+     * @param deviceInfos
+     */
+    public void  copyGoodsToDevice(Long mercId , List<DeviceInfo> deviceInfos){
+//        GoodsDeviceDto.SelectList selectList
+//         goodsDeviceService.list(new GoodsDeviceDto.ListDto().setMercId(mercId));
+    }
+
     /**
      * 解绑机器 回收
      *