|
@@ -198,7 +198,7 @@ public interface FsStoreProductMapper
|
|
|
" p.vip_price, p.ot_price, p.postage,p.unit_name,p.sort,p.sales,p.is_show,p.is_hot,p.is_benefit,p.is_best,p.is_new,p.description," +
|
|
|
" p.create_time,p.update_time,p.is_postage,p.is_del,p.give_integral, p.cost,p.is_good,p.browse,p.code_path,p.temp_id,p.spec_type,p.is_integral,p.integral," +
|
|
|
" p.product_type,p.prescribe_code,p.prescribe_spec,p.prescribe_factory,p.prescribe_name,ave.sku,ave.stock,ave.price,ave.bar_code,ave.group_bar_code,ave.weight,ave.volume," +
|
|
|
- "ave.brokerage,ave.brokerage_two,ave.brokerage_three,ave.agent_price FROM fs_store_product p " +
|
|
|
+ "ave.brokerage,ave.brokerage_two,ave.brokerage_three,ave.agent_price,p.warehouse_code FROM fs_store_product p " +
|
|
|
" LEFT JOIN fs_store_product_attr_value ave on p.product_id=ave.product_id WHERE p.product_id is not null " +
|
|
|
"</script>"})
|
|
|
List<FsStoreProductExportVO> selectFsStoreProductExportList(@Param("maps")FsStoreProduct fsStoreProduct);
|