From 8e3827a655cb13c67210bae939448ddd42ec8084 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期四, 29 四月 2021 16:27:30 +0800
Subject: [PATCH] 优化采购管理 1、新增个人物品转增2、物品使用记录3、新增商品供应商4、部分优化
---
java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml
index 28970b0..99ccbff 100644
--- a/java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml
@@ -239,6 +239,9 @@
<if test="allowOperation !=null and allowOperation != ''">
and t.allow_operation= #{allowOperation}
</if>
+ <if test="orgId !=null and orgId != ''">
+ and t.org_id= #{orgId}
+ </if>
</select>
<!-- 鏌ヨ涓婄骇缁勭粐淇℃伅 -->
--
Gitblit v1.8.0