Commit b87f07cd authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/optimize' into 'master'

hys需求调整 See merge request !345
parents 9f8a827a aae05269
......@@ -35,6 +35,11 @@ class WalletCoinController extends BaseController
$condition[] = [$val_array[0], 'omni'];
continue;
}
//张雄需求
if ('HYS' == strtoupper($val_array[0]) && 'HYSCHAIN' == strtoupper($val_array[1])) {
$condition[] = [$val_array[0], 'COINUN'];
continue;
}
$condition[] = [$val_array[0], $val_array[1]];
} else {
$condition[] = $val;
......
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