update
This commit is contained in:
parent
d5bf964c21
commit
d673388bb5
@ -44,8 +44,8 @@
|
||||
$contract_ids1 = MarketingContract::where('contract_name', 'like', '%' . $params['contract_name'] . '%')->column('id');
|
||||
$where[] = ['contract_id', 'in', $contract_ids1];
|
||||
}
|
||||
if (!empty($params['contract_num'])) {
|
||||
$contract_ids2 = MarketingContract::where('contract_code', 'like', '%' . $params['contract_num'] . '%')->column('id');
|
||||
if (!empty($params['contract_code'])) {
|
||||
$contract_ids2 = MarketingContract::where('contract_code', 'like', '%' . $params['contract_code'] . '%')->column('id');
|
||||
$where[] = ['contract_id', 'in', $contract_ids2];
|
||||
}
|
||||
if (!empty($params['part_b'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user