企业医疗器械信息

cert
schry 2 years ago
parent fd6bb98fb6
commit b7348812b2

@ -59,9 +59,6 @@
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">
AND ylqxzcrbarmc LIKE concat('%', #{ylqxzcrbarmc}, '%')
</if>
<if test="ggxh != '' and ggxh != null">
AND ggxh LIKE concat('%', #{ggxh}, '%')
</if>
<if test="cpmctymc != '' and cpmctymc != null">
AND cpmctymc LIKE concat('%', #{cpmctymc}, '%')
</if>
@ -69,17 +66,23 @@
<!--&#45;&#45; AND nameCode LIKE concat(#{unionCode}, '%')-->
<!-- AND nameCode=#{unionCode}-->
<!-- </if>-->
<if test="companyIdFk != '' and companyIdFk != null">
AND bur.companyIdFk = #{companyIdFk}
</if>
<if test="ggxh != '' and ggxh != null">
AND ggxh = #{ggxh}
</if>
<if test="uuid != '' and uuid != null">
AND bur.uuid = #{uuid}
</if>
<if test="id != '' and id != null">
AND bur.id = #{id}
</if>
<if test="diType != null and diType != null">
<if test="diType != null">
AND diType = #{diType}
</if>
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">
AND zczbhhzbapzbh LIKE concat('%',#{zczbhhzbapzbh}, '%')
AND zczbhhzbapzbh LIKE concat(#{zczbhhzbapzbh}, '%')
</if>
<if test="lastUpdateTime != null and lastUpdateTime != ''">
<![CDATA[

Loading…
Cancel
Save