ccj преди 2 години
родител
ревизия
b160ed0022
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehouseBaseInfoMapper.xml

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