Commit 5b4873cc authored by shajiaiming's avatar shajiaiming

fix bug

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