updated server 21/12/2022
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user