Browse Source

投标直通车

master
陈裕财 3 years ago
parent
commit
744f931407
  1. 2
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmFuncMapper.xml

2
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmFuncMapper.xml

@ -11,7 +11,7 @@
( #{item}) ( #{item})
</foreach> </foreach>
</if> </if>
<if test="key != null and key !='' "> and c.name like concat('%',#{key},'%') </if>
<if test="key != null and key !='' "> and res.name like concat('%',#{key},'%') </if>
</sql> </sql>

Loading…
Cancel
Save