企业医疗器械信息:注册企业、产品编码、规格型号搜索框无法查询

cert
1178634255 2 years ago
parent b7348812b2
commit 039b137ddd

@ -56,16 +56,16 @@
left JOIN basic_udi_product p on bur.uuid = p.uuid
left join user_company uc on bur.companyIdFk = uc.id
<where>
<if test="companyIdFk != '' and companyIdFk != null">
AND companyIdFk=#{companyIdFk}
</if>
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">
AND ylqxzcrbarmc LIKE concat('%', #{ylqxzcrbarmc}, '%')
</if>
<if test="cpmctymc != '' and cpmctymc != null">
AND cpmctymc LIKE concat('%', #{cpmctymc}, '%')
</if>
<!-- <if test="unionCode != '' and unionCode != null">-->
<!--&#45;&#45; AND nameCode LIKE concat(#{unionCode}, '%')-->
<!-- AND nameCode=#{unionCode}-->
<!-- </if>-->
<if test="companyIdFk != '' and companyIdFk != null">
AND bur.companyIdFk = #{companyIdFk}
</if>

Loading…
Cancel
Save