From bdcfec89fff12860ccf6365520197834a3b813d4 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 24 Dec 2020 16:16:37 +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