Browse Source

11-17-4

tiaosheng
Lihong@123456 5 years ago
parent
commit
41589c4f0c
  1. 4
      mt/src/main/resources/mapper_dao/CompeteProjectConfigDao.xml

4
mt/src/main/resources/mapper_dao/CompeteProjectConfigDao.xml

@ -84,8 +84,8 @@
<if test="companyId != null">
and tcc.id = #{companyId}
</if>
<if test="name != null and name != ''">
and tcp.name like #{name}
<if test="name != null and name != ''"> concat('%',#{name, jdbcType=VARCHAR},'%')
and tcp.name like concat('%',#{name, jdbcType=VARCHAR},'%')
</if>
<if test="idCard != null and idCard != ''">
and tcp.id_card = #{idCard}

Loading…
Cancel
Save