From 84b8fc407854adfe0cbd1d73c0fb8ee1578fc88d Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 23 Dec 2020 17:23:56 +0800 Subject: [PATCH] modify --- zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml b/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml index 9baed01..30bfbb7 100644 --- a/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml +++ b/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml @@ -1236,7 +1236,8 @@ seal_pice price, is_present isPresent, unit unit, - measure measure + measure measure, + a.good_type goodsType from shopping_goods a where 1=1 <if test="record.queryKey != null and record.queryKey != ''"> -- Gitblit v1.9.1