Commit ed803e47 authored by hj's avatar hj

更新

parent c025a9ed
......@@ -23,7 +23,6 @@ class CustomersTransformer extends TransformerAbstract
$temp['cus_mobile'] = $customer['cus_mobile'];
$temp['cus_phone'] = $customer['cus_phone'];
$temp['cus_status'] = $customer['cus_status'];
$temp['com_id'] = $customer['com_id'];
$customerTransReturn[] = $temp;
}
......
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