修改ResourceDao.xml的selectByAppArea,增加了条件 AND tda.attr_type = '应用领域'

This commit is contained in:
yitonglei 2022-08-05 15:10:27 +08:00
parent 1047569a77
commit 20c73efac5
1 changed files with 1 additions and 0 deletions

View File

@ -1058,6 +1058,7 @@
AND tdr.del_flag = 0
AND tda.del_flag = 0
AND tdr.id = tda.data_resource_id
AND tda.attr_type = '应用领域'
AND MATCH (attr_value) AGAINST ( #{type} IN BOOLEAN MODE)
</select>