| | |
| | | and t.contract_id= #{contractId} |
| | | </if> |
| | | <if test="contractName !=null and contractName != ''"> |
| | | and ct.contract_name= #{contractName} |
| | | and c.contract_name= #{contractName} |
| | | </if> |
| | | <if test="contractCode !=null and contractCode != ''"> |
| | | and ct.contract_code= #{contractCode} |
| | | and c.contract_code= #{contractCode} |
| | | </if> |
| | | <if test="contractType !=null and contractType != ''"> |
| | | and ct.contract_type= #{contractType} |
| | | and c.contract_type= #{contractType} |
| | | </if> |
| | | <if test="planId !=null and planId != ''"> |
| | | and t.plan_id= #{planId} |