mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 04:52:09 +08:00
Update AppsCasDetailsMapper.xml
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user