|
@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
fss.store_id as storeId,
|
|
fss.store_id as storeId,
|
|
|
fss.store_name as storeName,
|
|
fss.store_name as storeName,
|
|
|
fspcs.cate_name as cateName,
|
|
fspcs.cate_name as cateName,
|
|
|
- GROUP_CONCAT(JSON_UNQUOTE(JSON_EXTRACT(o.item_json, '$.barCode')) SEPARATOR ',') AS barCode,
|
|
|
|
|
|
|
+ GROUP_CONCAT(JSON_UNQUOTE(JSON_EXTRACT(item_latest.json_info, '$.barCode')) SEPARATOR ',') AS barCode,
|
|
|
|
|
|
|
|
c.company_name,
|
|
c.company_name,
|
|
|
cu.user_name AS sales_name,
|
|
cu.user_name AS sales_name,
|
|
@@ -191,7 +191,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
fss.store_id as storeId,
|
|
fss.store_id as storeId,
|
|
|
fss.store_name as storeName,
|
|
fss.store_name as storeName,
|
|
|
fspcs.cate_name as cateName,
|
|
fspcs.cate_name as cateName,
|
|
|
- GROUP_CONCAT(JSON_UNQUOTE(JSON_EXTRACT(o.item_json, '$.barCode')) SEPARATOR ',') AS barCode,
|
|
|
|
|
|
|
+ GROUP_CONCAT(JSON_UNQUOTE(JSON_EXTRACT(item_latest.json_info, '$.barCode')) SEPARATOR ',') AS barCode,
|
|
|
|
|
|
|
|
c.company_name,
|
|
c.company_name,
|
|
|
cu.user_name AS sales_name,
|
|
cu.user_name AS sales_name,
|