mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 20:34:01 +00:00
swagger doc
This commit is contained in:
@@ -36,7 +36,6 @@ class ContractObligationContractDependencyModule extends BaseController
|
||||
|
||||
$contract_obligation_hash_id = $contract_obligation_id = $request->get('contract_obligation_id', []);
|
||||
|
||||
$name = $request->get('name', null);
|
||||
$status = $request->get('status', []);
|
||||
$page = $request->get('page', null);
|
||||
$limit = $request->get('limit', 10);
|
||||
@@ -48,10 +47,6 @@ class ContractObligationContractDependencyModule extends BaseController
|
||||
$query->whereIn('contract_obligation_id', $contract_obligation_id);
|
||||
}
|
||||
|
||||
if (strlen($name) > 0) {
|
||||
$query->where('name', 'like', '%' . $name . '%');
|
||||
}
|
||||
|
||||
if (!empty($status) > 0) {
|
||||
$query->whereIn('status', $status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user