mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
标签数据源,五金去除房间与柜体信息
This commit is contained in:
+1
-1
@@ -19,6 +19,6 @@
|
||||
select a.*, b.id field_id, b.name field_name, b.source_id field_source_id, b.keyName field_key
|
||||
from system_data_source a
|
||||
left join system_data_source_field b on a.id = b.source_id
|
||||
where a.type in (1,2)
|
||||
where a.type in (1,2) and b.id not in (19,20)
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user