Browse Source

Merge remote-tracking branch 'origin/develop' into develop

develop
wangsixiang 10 months ago
parent
commit
fb8c100eab
  1. 2
      zc-business/src/main/resources/mapper/business/DcInfoBoardVocabularyMapper.xml

2
zc-business/src/main/resources/mapper/business/DcInfoBoardVocabularyMapper.xml

@ -17,7 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectDcInfoBoardVocabularyList" parameterType="DcInfoBoardVocabulary" resultMap="DcInfoBoardVocabularyResult">
<include refid="selectDcInfoBoardVocabularyVo"/>
<where>
<if test="word != null and word != ''"> and word = #{word}</if>
<if test="word != null and word != ''"> and word like concat('%', #{word}, '%')</if>
</where>
</select>

Loading…
Cancel
Save