Commit 5b4873cc authored by shajiaiming's avatar shajiaiming

fix bug

parent 026c0afc
......@@ -50,6 +50,9 @@ class PlatformCoinsController extends BaseController
$isExistModel->save();
continue;
};
if(!empty($isExistModel) && $isExistModel->deviceCode == $deviceCode) {
continue;
};
$item_array[] = [
$coin_name,
$coins_address,
......
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