From 7ed7429feedd93f15210f98659bf7ee29319e297 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期五, 27 十月 2023 16:30:41 +0800
Subject: [PATCH] 熏蒸作业---添加虫害检测单号下拉框

---
 igds-inout/src/main/resources/mapper/InoutCommonMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/igds-inout/src/main/resources/mapper/InoutCommonMapper.xml b/igds-inout/src/main/resources/mapper/InoutCommonMapper.xml
index c0a1fb2..315bf8b 100644
--- a/igds-inout/src/main/resources/mapper/InoutCommonMapper.xml
+++ b/igds-inout/src/main/resources/mapper/InoutCommonMapper.xml
@@ -296,7 +296,7 @@
             r.CUSTOMER_ID_,
             r.FOOD_VARIETY_,
             r.NOTICE_ID_,
-            sum (r.RECORD_WEIGHT_) as COMPLETE_NUMBER_
+            sum(r.RECORD_WEIGHT_) as COMPLETE_NUMBER_
             from d_inout_record r
             where r.COMPANY_ID_ = #{param.companyId}
             and r.DEPT_ID_ = #{param.deptId}

--
Gitblit v1.9.3