@@ -43,7 +43,7 @@
) sh on st.shelves_id = sh.id
) st on a.storge_id = st.id
left join imcs_z_zone z on locate(z.abbreviate, st.shelvesDesc)
- group by a.goods_id
+ -- group by a.goods_id
) s ${ew.customSqlSegment}
</select>