437
|
|
- $result = DB::table('customers')->select('name', 'receiverState', 'receiverCity', 'receiverDistrict', 'receiverAddress', 'fanTime')->where('phone', $phone)->first();
|
|
437
|
+ $result = DB::table('customers')->select('name', 'receiverState', 'receiverCity', 'receiverDistrict', 'receiverAddress', 'fanTime', 'buyerMobile', 'buyerName')->where('phone', $phone)->first();
|