fix(oa):修复供应商关联查询SQL语法错误
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
-- 根据供应商id拿供应商名字
|
||||
LEFT JOIN oa_supplier supplier
|
||||
ON opss.supplier_id = supplier.supplier_id
|
||||
#{ew.customSqlSegment}
|
||||
${ew.customSqlSegment}
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user