Explorar el Código

1ipad端

master
huangjiajun hace 7 meses
padre
commit
bb0aaa262e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/db/db_order_goods_list.go

+ 1
- 1
app/db/db_order_goods_list.go Ver fichero

@@ -8,7 +8,7 @@ import (

func GetOrderGoodsListByIpad(eg *xorm.Engine, param map[string]string) (*[]model.OrderGoods, int64) {
var order []model.OrderGoods
sess := eg.Where("state!=5 and num!=success_num")
sess := eg.Where("state<4")

if param["oid"] != "" {
sess.And("oid = ?", param["oid"])


Cargando…
Cancelar
Guardar