|
@@ -25,7 +25,6 @@
|
|
|
a.service_contract_type AS "serviceContractType",
|
|
a.service_contract_type AS "serviceContractType",
|
|
|
a.service_contract AS "serviceContract",
|
|
a.service_contract AS "serviceContract",
|
|
|
a.authentication_status AS "authenticationStatus",
|
|
a.authentication_status AS "authenticationStatus",
|
|
|
- a.expiry_date AS "expiryDate",
|
|
|
|
|
a.sys_org_code AS "sysOrgCode",
|
|
a.sys_org_code AS "sysOrgCode",
|
|
|
a.create_time AS "createTime",
|
|
a.create_time AS "createTime",
|
|
|
a.create_by AS "createBy",
|
|
a.create_by AS "createBy",
|
|
@@ -71,7 +70,6 @@
|
|
|
a.service_contract_type AS "serviceContractType",
|
|
a.service_contract_type AS "serviceContractType",
|
|
|
a.service_contract AS "serviceContract",
|
|
a.service_contract AS "serviceContract",
|
|
|
a.authentication_status AS "authenticationStatus",
|
|
a.authentication_status AS "authenticationStatus",
|
|
|
- a.expiry_date AS "expiryDate",
|
|
|
|
|
a.sys_org_code AS "sysOrgCode",
|
|
a.sys_org_code AS "sysOrgCode",
|
|
|
a.create_time AS "createTime",
|
|
a.create_time AS "createTime",
|
|
|
a.create_by AS "createBy",
|
|
a.create_by AS "createBy",
|
|
@@ -141,9 +139,6 @@
|
|
|
<if test="hwRequirement.createTime_begin != null">
|
|
<if test="hwRequirement.createTime_begin != null">
|
|
|
and a.create_time between #{hwRequirement.createTime_begin} and #{hwRequirement.createTime_end}
|
|
and a.create_time between #{hwRequirement.createTime_begin} and #{hwRequirement.createTime_end}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="hwRequirement.expiryDate_begin != null ">
|
|
|
|
|
- and a.expiry_date between #{hwRequirement.expiryDate_begin} and #{hwRequirement.expiryDate_end}
|
|
|
|
|
- </if>
|
|
|
|
|
<if test="hwRequirement.subcontractQuery != null ">
|
|
<if test="hwRequirement.subcontractQuery != null ">
|
|
|
<if test="hwRequirement.subcontractQuery == 1 ">
|
|
<if test="hwRequirement.subcontractQuery == 1 ">
|
|
|
and a.subcontract_type is not null
|
|
and a.subcontract_type is not null
|
|
@@ -189,7 +184,6 @@
|
|
|
contract_type,
|
|
contract_type,
|
|
|
service_contract,
|
|
service_contract,
|
|
|
authentication_status,
|
|
authentication_status,
|
|
|
- expiry_date,
|
|
|
|
|
sys_org_code,
|
|
sys_org_code,
|
|
|
create_time,
|
|
create_time,
|
|
|
create_by,
|
|
create_by,
|
|
@@ -224,7 +218,6 @@
|
|
|
#{contractType},
|
|
#{contractType},
|
|
|
#{serviceContract},
|
|
#{serviceContract},
|
|
|
#{authenticationStatus},
|
|
#{authenticationStatus},
|
|
|
- #{expiryDate},
|
|
|
|
|
#{sysOrgCode},
|
|
#{sysOrgCode},
|
|
|
#{createTime},
|
|
#{createTime},
|
|
|
#{createBy},
|
|
#{createBy},
|