|
@@ -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.*
|