多码融合表增加字段和逻辑

v3
qiuyt 3 months ago
parent 756cc2cd66
commit 1e822d3f1f

@ -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}, '%')

Loading…
Cancel
Save