From 8910767f8855e1c5ae7f6058d0ef41e98a1650f4 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 14 Jul 2021 14:30:05 +0800 Subject: [PATCH] modify --- zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsAssembleDao.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsAssembleDao.xml b/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsAssembleDao.xml index 7a1c514..befde61 100644 --- a/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsAssembleDao.xml +++ b/zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsAssembleDao.xml @@ -446,4 +446,11 @@ </select> + <select id="selectProjIdNotNull" resultType="ShoppingGoodsAssemble"> + select * from shopping_goods_assemble where assemble_proj_id is not null + </select> + + <select id="selectProjInfoById" resultType="java.util.HashMap"> + select * from sys_proj_info where id=#{id} + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1