This commit is contained in:
mkm 2024-05-04 13:37:22 +08:00
parent 8280b20ac9
commit adafb44841

View File

@ -57,6 +57,7 @@
}
$lists = MarketingContract::field('id,contract_code,contract_name,contract_type,business_nature,part_a,signed_amount,signed_dept,create_time')
->where($where)->where('reflux_status', 0)
->where('contract_type',0)
->page($page_no, $page_size)
->order('id desc')
->select()