Update AppsCasDetailsMapper.xml

上级 8376684a
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
AND CD.ID = APP.ID AND CD.ID = APP.ID
AND ( AND (
APP.ID = #{value} APP.ID = #{value}
OR LOWER(CD.SERVICE) LIKE LOWER(CONCAT(#{value},'%')) OR LOWER(CD.SERVICE) = LOWER(SUBSTRING(#{value},1,LENGTH(CD.SERVICE)))
) )
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册