This commit is contained in:
fifi97
2021-07-12 10:47:22 +08:00
parent 5b030f6092
commit 94d80b4971
2 changed files with 8 additions and 4 deletions
+1
View File
@@ -515,6 +515,7 @@ class TebusController extends Controller
})
->join('online_arrahn.transaksi_keuntungan as trans','tebus.norujukan','=','trans.norujukan')
->where('tebus.t_tebus','=',$tarikh)
->groupBy('tebus.norujukan')
->orderBy('tebus.teller')
->orderBy('tebus.sirit')
->get();