|
@@ -257,7 +257,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="getOmOrPoItem" parameterType="java.lang.String" resultType="java.util.HashMap">
|
|
|
- select iMoney,iNatUnitPrice, iTaxPrice ,iPerTaxRate ,iNatMoney,iSOsID,${id} as id,inum,iUnitPrice from ${tableName} where ${orderName}
|
|
|
+ select iMoney,iNatUnitPrice, iTaxPrice ,iPerTaxRate ,iNatMoney,iorderdid as iSOsID,${id} as id,inum,iUnitPrice from ${tableName} where ${orderName}
|
|
|
</select>
|
|
|
|
|
|
<select id="getOmOrPoItem2" parameterType="java.lang.String" resultType="java.util.HashMap">
|
|
@@ -302,7 +302,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="getIvouchrowno" resultType="java.lang.String">
|
|
|
- SELECT popos.iSOsID FROM
|
|
|
+ SELECT popos.iorderdid FROM
|
|
|
so_sodetails soso
|
|
|
LEFT JOIN UFDATA_103_2021.dbo.HY_DZ_K7_SYNERGISMLOGDID hy
|
|
|
ON voucherno = soso.cSOCode
|