证书筛选
This commit is contained in:
parent
5799756fa7
commit
119ac63cd3
@ -8,6 +8,9 @@
|
|||||||
(select dictionary_name, id from dictionaries_record WHERE key_name = 'WORKER_CERT') b
|
(select dictionary_name, id from dictionaries_record WHERE key_name = 'WORKER_CERT') b
|
||||||
ON a.certificate_type = b.id
|
ON a.certificate_type = b.id
|
||||||
WHERE a.worker_id = #{workerId}
|
WHERE a.worker_id = #{workerId}
|
||||||
|
<if test="certificateType != null and certificateType != ''">
|
||||||
|
and a.certificate_type = #{certificateType}
|
||||||
|
</if>
|
||||||
order by a.upload_date
|
order by a.upload_date
|
||||||
</select>
|
</select>
|
||||||
<select id="selectProjectManageCertificateTotal" resultType="com.zhgd.jeecg.common.mybatis.EntityMap">
|
<select id="selectProjectManageCertificateTotal" resultType="com.zhgd.jeecg.common.mybatis.EntityMap">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user