|
@@ -233,7 +233,7 @@
|
|
|
|
|
|
<select id="queryInformationByContractIdAndName"
|
|
<select id="queryInformationByContractIdAndName"
|
|
resultType="org.springblade.system.user.vo.InformationQueryVO1">
|
|
resultType="org.springblade.system.user.vo.InformationQueryVO1">
|
|
- SELECT id,name,pdf_url FROM u_information_query where contract_id=#{contractId} AND status=2
|
|
|
|
|
|
+ SELECT id,name,e_visa_pdf_url FROM u_information_query where contract_id=#{contractId} AND status=2
|
|
<if test="name!=null and name!=''">
|
|
<if test="name!=null and name!=''">
|
|
AND name LIKE CONCAT('%', #{name}, '%')
|
|
AND name LIKE CONCAT('%', #{name}, '%')
|
|
</if>
|
|
</if>
|