|
|
@@ -24,8 +24,9 @@
|
|
|
partyB,t.contract_id,t.contract_id contractId,t.obj_id,t.obj_id objId,t.contract_name,t.contract_name
|
|
|
contractName,t.start_time,t.start_time startTime,t.end_time,t.end_time
|
|
|
endTime,t.state,t.contract_code,t.contract_code contractCode,t.obj_type,t.obj_type
|
|
|
- objType,t.operator_link,t.operator_link operatorLink
|
|
|
+ objType,t.operator_link,t.operator_link operatorLink,ct.type_name contractTypeName
|
|
|
from contract t
|
|
|
+ LEFT JOIN contract_type ct on t.contract_type = ct.contract_type_id and ct.status_cd = '0' and ct.store_id = t.store_id
|
|
|
where 1 =1
|
|
|
<if test="aLink !=null and aLink != ''">
|
|
|
and t.a_link= #{aLink}
|