src/main/resources/mapper/third/ExdMaterialMapper.xml
@@ -33,10 +33,20 @@ SELECT top 1 * FROM [Textile].[trade].[TianfuQcResult] where Barcode = #{barcode} <!-- SELECT top 1 * <!-- SELECT top 1 * FROM TianfuQcResult where Barcode = #{barcode}--> where Barcode = #{barcode}--> </select> <select id="getID" resultType="com.zy.third.entity.ExdMaterial" parameterType="string"> select top 1 * from Exd_Material where Fnumber = #{itemnumber} <!-- SELECT top 1 * FROM TianfuQcResult where Barcode = #{barcode}--> </select> </mapper>