Sfoglia il codice sorgente

面辅料导出修改

huxy 2 anni fa
parent
commit
a187802057

+ 2 - 2
jeecg-boot-module-system/src/main/java/org/jeecg/modules/splfi/mapper/xml/SyPackingListFabricItemMapper.xml

@@ -129,13 +129,13 @@
 	</select>
 
 	<select id="selectByMainId3" parameterType="java.lang.String" resultType="org.jeecg.modules.splfi.entity.SyPackingListFabricItem">
-		select *,
+		select
 			(select hs_code from sy_declaration_elements
 			where id=t.elements_Id) hs_code,
 			(select declaration_Name from sy_declaration_elements
 			where id=t.elements_Id) declaration_Name,
 			(select declaration_unit from sy_declaration_elements
-			where id=t.elements_Id) declaration_unit
+			where id=t.elements_Id) declaration_unit, t.*
 			from ( 	SELECT
 			a.container_Number as containerNumber1, a.export_invoice_no,
 			a.garment_Factory, a.prepared_by,  b.*