Преглед на файлове

/Presale/QueryPresaleDefault:图片查不到问题

deng.yinping преди 2 години
родител
ревизия
812283a5e7
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      models/presale.go

+ 1 - 2
models/presale.go

@@ -162,8 +162,7 @@ func (r *PresaleDefault) buildSql() string {
        ui.customername "SELLNAME"
   from goods g
   left join CPTrade_PresaleGoodsEx cp
-    on g.goodsid = cp.relatedgoodsid
-   and cp.presalestatus = 2
+    on g.goodsid = cp.relatedgoodsid   
  inner join userinfo ui
     on g.provideruserid = ui.userid
  where g.goodsid = %v