feat:eid

This commit is contained in:
苏竹红
2025-06-25 22:39:56 +08:00
parent aacfe9aa2e
commit 06fb503411

View File

@@ -86,7 +86,7 @@
c.store_num as storeCode
FROM xfsg_pre_fry_records a
LEFT JOIN xfsg_pre_fried_products b ON a.product_id = b.id
LEFT JOIN store_5558ce7a3aa84e3590392fcaa8697ffb c ON a.store_code = c.store_num
LEFT JOIN store_${enterpriseId} c ON a.store_code = c.store_num
<where>
<if test="query.recordCode != null and query.recordCode != ''">
AND a.record_code LIKE CONCAT('%', #{query.recordCode}, '%')