From 05d329244f158d1d16664c62b9a754c0905b4341 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 11 Aug 2021 16:26:09 +0800 Subject: [PATCH] shanjifan datamove --- zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 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 c315f93..5200088 100644 --- a/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml +++ b/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml @@ -1306,4 +1306,9 @@ #{item} </foreach> </select> + + <select id="selectByNameAndDesc" resultMap="ShoppingGoodsSimpleMap"> + select * from shopping_goods + where name=#{name} and wei_description=#{description} + </select> </mapper> -- Gitblit v1.9.1