Rincian DAU

This commit is contained in:
Pusdatin BPKD Jkt
2023-02-28 10:54:30 +07:00
parent 802e154750
commit 0f176b23e1
13 changed files with 209 additions and 80 deletions
@@ -286,4 +286,12 @@ class ItemSearchController extends Controller
}
return response()->json($sk);
}
public function dau_rinci_detail(Request $request)
{
$search = $request->id;
$sk = MstDauRinci::where('id',$search)->first();
return response()->json($sk);
}
}