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