From 6abd590b971e7008cbe1d48a2ee32cdc076c1d63 Mon Sep 17 00:00:00 2001 From: wcy <761646706@qq.com> Date: Wed, 28 Aug 2024 15:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E5=BA=93sql=20receiveNum?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/SecondaryWarehouseMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/SecondaryWarehouseMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/SecondaryWarehouseMapper.xml index 4251ebe..600d64f 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/SecondaryWarehouseMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/SecondaryWarehouseMapper.xml @@ -19,7 +19,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" mt.type_name AS modelName, mt.unit_name AS nuitName, lod.type_id AS typeId, - IFNULL(SUM( lod.out_num ),0) AS Num + IFNULL(SUM( lod.out_num ),0) AS receiveNum from lease_out_details lod left join lease_apply_info lai on lod.parent_id=lai.id