fix(测试跟踪): 功能用例自定义字段查询个别字符结果有误
--bug=1041955 --user=陈建星 [测试跟踪] github#31317用包含L或者LL查询一些测试用例字段,查询结果中包含该字段值为空的用例 https://www.tapd.cn/55049933/s/1604039
This commit is contained in:
parent
603bb3aa5a
commit
a88a385d80
|
@ -158,7 +158,7 @@
|
|||
</include>
|
||||
</when>
|
||||
<otherwise>
|
||||
and trim(both '"' from value)
|
||||
and trim(both '"' from value) and value != 'null'
|
||||
<include refid="io.metersphere.base.mapper.ext.ExtBaseMapper.includeCondition">
|
||||
<property name="object" value="custom"/>
|
||||
</include>
|
||||
|
|
Loading…
Reference in New Issue