企业医疗器械信息无法根据DI进行查询操作

cert
1178634255 2 years ago
parent a04495c358
commit fd6bb98fb6

@ -65,17 +65,17 @@
<if test="cpmctymc != '' and cpmctymc != null"> <if test="cpmctymc != '' and cpmctymc != null">
AND cpmctymc LIKE concat('%', #{cpmctymc}, '%') AND cpmctymc LIKE concat('%', #{cpmctymc}, '%')
</if> </if>
<if test="unionCode != '' and unionCode != null"> <!-- <if test="unionCode != '' and unionCode != null">-->
-- AND nameCode LIKE concat(#{unionCode}, '%') <!--&#45;&#45; AND nameCode LIKE concat(#{unionCode}, '%')-->
AND nameCode=#{nameCode} <!-- AND nameCode=#{unionCode}-->
</if> <!-- </if>-->
<if test="uuid != '' and uuid != null"> <if test="uuid != '' and uuid != null">
AND bur.uuid = #{uuid} AND bur.uuid = #{uuid}
</if> </if>
<if test="id != '' and id != null"> <if test="id != '' and id != null">
AND bur.id = #{id} AND bur.id = #{id}
</if> </if>
<if test="diType != null"> <if test="diType != null and diType != null">
AND diType = #{diType} AND diType = #{diType}
</if> </if>
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null"> <if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">
@ -93,8 +93,8 @@
or p.ggxh LIKE concat('%', #{unionFilterStr}, '%') or p.ggxh LIKE concat('%', #{unionFilterStr}, '%')
or p.zczbhhzbapzbh LIKE concat('%', #{unionFilterStr}, '%') or p.zczbhhzbapzbh LIKE concat('%', #{unionFilterStr}, '%')
</if> </if>
<if test="uniqueNameCode != '' and uniqueNameCode != null"> <if test="unionCode != '' and unionCode != null">
AND nameCode = #{uniqueNameCode} AND nameCode = #{unionCode}
</if> </if>
</where> </where>
ORDER BY bur.updateTime DESC ORDER BY bur.updateTime DESC

Loading…
Cancel
Save