inspect-server/src/main/resources/mapper/InsProductMapper.xml
@@ -46,4 +46,7 @@ left join ins_product ip on isa.id = ip.ins_sample_id where io.id = #{orderId} </select> <select id="selectUserById" resultType="java.util.Map"> select name,company,phone,address from user where id = #{userId} </select> </mapper>