fix panjar

This commit is contained in:
fifi97
2021-07-08 10:42:34 +08:00
parent 547f36d9a1
commit 32563f1d76
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ class PanjarController extends Controller
$current = new Carbon();
$denopanjar=DenoPanjar::on('mysql7')->where('kodcaw','=', $kodcaw)->where('recno','=', $request->recno)->get();
$denopanjar = DenoPanjar::on('mysql7')->where('kodcaw','=', $kodcaw)->where('recno','=', $request->recno)->get();
return response()->json($denopanjar,200);
}