|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
|
|
<mapper namespace="com.glxp.api.dao.inout.IoOrderDetailBizDao">
|
|
|
|
|
<select id="filterList" resultType="com.glxp.api.res.inout.IoOrderDetailBizResponse">
|
|
|
|
|
select io_order_detail_biz.*
|
|
|
|
|
select io_order_detail_biz.*,bp.zczbhhzbapzbh
|
|
|
|
|
from io_order_detail_biz
|
|
|
|
|
left join basic_udirel bu on bu.id = io_order_detail_biz.bindRlFk
|
|
|
|
|
left join basic_products bp on bu.uuid = bp.uuid
|
|
|
|
|