修改ResourceDao.xml的selectByAppArea,增加了条件 AND tda.attr_type = '应用领域'
This commit is contained in:
parent
1047569a77
commit
20c73efac5
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue