mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
Update AppsCasDetailsMapper.xml
This commit is contained in:
parent
8376684a2c
commit
2a43b999ca
@ -12,7 +12,7 @@
|
||||
AND CD.ID = APP.ID
|
||||
AND (
|
||||
APP.ID = #{value}
|
||||
OR LOWER(CD.SERVICE) LIKE LOWER(CONCAT(#{value},'%'))
|
||||
OR LOWER(CD.SERVICE) = LOWER(SUBSTRING(#{value},1,LENGTH(CD.SERVICE)))
|
||||
)
|
||||
</select>
|
||||
</mapper>
|
||||
Loading…
x
Reference in New Issue
Block a user