|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
from third_ali_drug
|
|
|
|
|
<where>
|
|
|
|
|
<if test="cpmctymc != '' and cpmctymc != null">
|
|
|
|
|
AND cpmctymc LIKE concat('%', #{cpmctymc}, '%')
|
|
|
|
|
AND cpmctymc LIKE concat( #{cpmctymc}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="nameCode != '' and nameCode != null">
|
|
|
|
|
AND nameCode LIKE concat('%', #{nameCode}, '%')
|
|
|
|
|