mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
标签数据源数据查询接口配件包裹数量查询SQL更改,标签订单数据源去除-经销商电话
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) and b.id not in (19,20,35)
|
||||
where a.type in (1,2) and b.id not in (11,19,20,35)
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user