ccj 2 年 前
コミット
b160ed0022

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehouseBaseInfoMapper.xml

@@ -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,