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

cert
1178634255 2 years ago
parent a04495c358
commit fd6bb98fb6

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

Loading…
Cancel
Save