Commit 11e4ba6b authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/airdrop' into 'master'

不去重 See merge request !372
parents ee7abe77 24c49791
......@@ -56,11 +56,11 @@ class PlatformCoinsController extends BaseController
$isExistModel->save();
continue;
}
if (!empty($isExistModel) && strlen($isExistModel->deviceCode) > 0 && $isExistModel->deviceCode !== $deviceCode) {
$isExistModel->deviceCode = $deviceCode;
$isExistModel->save();
continue;
};
// if (!empty($isExistModel) && strlen($isExistModel->deviceCode) > 0 && $isExistModel->deviceCode !== $deviceCode) {
// $isExistModel->deviceCode = $deviceCode;
// $isExistModel->save();
// continue;
// };
if (!empty($isExistModel) && $isExistModel->deviceCode == $deviceCode) {
continue;
};
......
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