Commit 50fabf6c authored by hj's avatar hj

更新

parent b85ee67b
......@@ -21,7 +21,7 @@ class CustomersTransformer extends TransformerAbstract
if($customers){
foreach($customers as $customer){
$temp = [];
$temp['cus_number'] = $customer->cus_number;
$temp['cus_number'] = $customer->cus_no;
$temp['cus_email'] = $customer->cus_email;
$temp['cus_name'] = $customer->cus_name;
$temp['cus_company'] = $customer->cus_company;
......
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