标签数据源数据查询接口配件包裹数量查询SQL更改,标签订单数据源去除-经销商电话

This commit is contained in:
liuzhaotian
2025-04-11 10:20:17 +08:00
parent c13e19bc60
commit 588f92abd4
4 changed files with 24 additions and 2 deletions
@@ -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>