| | |
| | | tc.id AS contractId, tc.contract_number, tc.contract_name, tc.start_time, tc.end_time,tc.deposit, tc.pay_type, |
| | | tc.first_pay_time, tc.isIncreasing,tc.isIncreasing_deposit,tc.proportion, tc.house_id, tc.party_one_name, tc.party_one_person, |
| | | tc.party_one_phone, tc.tenant_id, tc.party_two_name,tc.party_two_person, tc.party_two_phone,tc.memory, tc.contract_file_name, |
| | | tc.signature, tc.terminate_remark, tc.total_year,tc.status AS contractStatus |
| | | tc.signature, tc.terminate_remark, tc.total_year,tc.status AS contractStatus,tc.create_time AS contractTime |
| | | from state_task_center stc |
| | | LEFT JOIN t_contract tc ON stc.project_id = tc.id |
| | | <where> |