|
@@ -274,7 +274,7 @@
|
|
|
0 as freight,
|
|
|
'' as supplier,
|
|
|
w.goods_name as goodsName,
|
|
|
- case when w.goods_name = like '%潮粮%' then '潮粮' else '干粮' end as type,
|
|
|
+ case when w.goods_name like '%潮粮%' then '潮粮' else '干粮' end as type,
|
|
|
w.grade as grade,
|
|
|
d.water_content as waterContent,
|
|
|
d.impurity as impurity,
|