update query marhun permata

This commit is contained in:
Nur Izzati Zulkifli
2023-08-24 17:04:48 +08:00
parent 7964349ae3
commit 9068cd8df0
2 changed files with 113 additions and 9 deletions
+2
View File
@@ -785,6 +785,8 @@ $router->group(['prefix'=>'lelong'], function () use ($router){
$router->get('get/listlelongbybatch/{kodcaw}/{batchno}',['uses'=>'LelongController@showAllLelongByCawanganbyBatchno']);
$router->get('get/listbatchlelongall/{kodcaw}',['uses'=>'LelongController@showAllLelongByCawanganbyBatchnoall']);
$router->get('get/listbatchlelongallT/{kodcaw}',['uses'=>'LelongController@showAllLelongByCawanganbyBatchnoallT']);
$router->get('get/listbatchlelongT/{kodcaw}',['uses'=>'LelongController@showAllLelongByCawanganBatchnoT']);
$router->get('get/listlelongbybatchT/{kodcaw}/{batchno}',['uses'=>'LelongController@showAllLelongByCawanganbyBatchnoT']);
});