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,
         0 as freight,
         '' as supplier,
         '' as supplier,
         w.goods_name as goodsName,
         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,
         w.grade as grade,
         d.water_content as waterContent,
         d.water_content as waterContent,
         d.impurity as impurity,
         d.impurity as impurity,