Browse Source

first push

ltt 2 years ago
parent
commit
2156fab5b3

+ 1 - 4
sckw-modules/sckw-order/src/main/resources/mapper/KwoWantBuyMapper.xml

@@ -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>