updated server 21/12/2022

This commit is contained in:
e.arrahn
2022-12-21 16:33:36 +08:00
parent ddd7e4d6e0
commit a272171ebb
3 changed files with 15 additions and 4 deletions
@@ -547,6 +547,7 @@ class LelongController extends Controller
$lelong = Lelong::on($cawangan['mysql'])
->whereNotNull('t_jual')
->where('t_jual','=', $current->toDateString())
->where('teller','LIKE','LELONG')
->sum('hargajual');
return response()->json($lelong,200);