src/main/resources/mapper/third/ExdMaterialMapper.xml
@@ -30,12 +30,12 @@ </select> <select id="getBacode" resultType="com.zy.third.entity.ExdvYanbu" parameterType="string"> SELECT top 1 * FROM [Textile].[trade].[TianfuQcResult] where Barcode = #{barcode} <!-- SELECT top 1 * -- SELECT top 1 * -- FROM [Textile].[trade].[TianfuQcResult] -- where Barcode = #{barcode} SELECT top 1 * FROM TianfuQcResult where Barcode = #{barcode}--> where Barcode = #{barcode} </select>