|
|
@@ -23,6 +23,7 @@
|
|
|
<select id="pageSelect" resultMap="wangBuyResultMap" resultType="com.sckw.order.model.vo.res.WantBuySelectRes">
|
|
|
select id
|
|
|
,`name`
|
|
|
+ ,ent_name entName
|
|
|
,goods_type goodsType
|
|
|
, spec
|
|
|
, price
|
|
|
@@ -69,10 +70,6 @@
|
|
|
<select id="tradingSql" resultMap="tradIngMap">
|
|
|
select want_buy_id wantBuyId, trading
|
|
|
from kwo_want_buy_trading
|
|
|
- <where>
|
|
|
- del_flag = 0
|
|
|
- and want_buy_id = #{id}
|
|
|
- </where>
|
|
|
</select>
|
|
|
|
|
|
|