fix(oa):修复供应商关联查询SQL语法错误

This commit is contained in:
2025-11-11 14:09:05 +08:00
parent 53f58dc9e1
commit 086cdb6c3e

View File

@@ -255,7 +255,7 @@
-- 根据供应商id拿供应商名字
LEFT JOIN oa_supplier supplier
ON opss.supplier_id = supplier.supplier_id
#{ew.customSqlSegment}
${ew.customSqlSegment}
</select>