|
@@ -192,12 +192,12 @@
|
|
w.goods_name as goodsName,
|
|
w.goods_name as goodsName,
|
|
case when w.goods_name = '玉米(潮粮)' then '潮粮' else '干粮' end as type,
|
|
case when w.goods_name = '玉米(潮粮)' then '潮粮' else '干粮' end as type,
|
|
w.grade as grade,
|
|
w.grade as grade,
|
|
- d.water_content as waterContent,
|
|
|
|
- d.impurity as impurity,
|
|
|
|
- d.mildew_grain as mildewGrain,
|
|
|
|
- d.imperfect_grain as imperfectGrain,
|
|
|
|
- d.bulk_density as bulkDensity,
|
|
|
|
- d.jiaorenli as jiaorenli,
|
|
|
|
|
|
+ q.water_content as waterContent,
|
|
|
|
+ q.impurity as impurity,
|
|
|
|
+ q.mildew_grain as mildewGrain,
|
|
|
|
+ q.imperfect_grain as imperfectGrain,
|
|
|
|
+ q.bulk_density as bulkDensity,
|
|
|
|
+ q.jiaorenli as jiaorenli,
|
|
w.car_no as carNo,
|
|
w.car_no as carNo,
|
|
w.box_no as boxNo,
|
|
w.box_no as boxNo,
|
|
w.box_no_other as boxNoOther,
|
|
w.box_no_other as boxNoOther,
|