Commit 98b25d29 by 杨树贤

修复

parent 6a85401d
Showing with 1 additions and 1 deletions
......@@ -1152,7 +1152,7 @@ class DataService
if ($isApiSupplier) {
continue;
}
$supplierList[] = $supplier['code'];
$supplierList[] = $supplier['supplier_code'];
}
echo json_encode($supplierList);
......
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