Commit 0662443f by 杨树贤

优化

parent d82e6a27
Showing with 5 additions and 2 deletions
...@@ -497,9 +497,12 @@ class DataService ...@@ -497,9 +497,12 @@ class DataService
$hasHezuo = '有'; $hasHezuo = '有';
} }
$isYunxin = '否'; $isYunxin = '否';
if (strpos("5", $supplier['stockup_type']) !== false) { if ($supplier['stockup_type']) {
$isYunxin = '是'; if (strpos("5", $supplier['stockup_type']) !== false) {
$isYunxin = '是';
}
} }
$skuUserName = $skuUserNameRaw = ''; $skuUserName = $skuUserNameRaw = '';
if ($supplier['yunxin_channel_uid']) { if ($supplier['yunxin_channel_uid']) {
$skuUserNameRaw = array_get($users, $supplier['yunxin_channel_uid']); $skuUserNameRaw = array_get($users, $supplier['yunxin_channel_uid']);
......
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 sign in to comment