|
|
@@ -642,10 +642,10 @@ func CentralKitchenForSchoolOrdList(req md.CentralKitchenForSchoolOrdListReq) (r |
|
|
|
if req.Kind != 0 { |
|
|
|
sess.And("central_kitchen_for_school_package_ord.kind = ?", req.Kind) |
|
|
|
} |
|
|
|
if req.Sate != 0 { |
|
|
|
if req.Sate != -1 { |
|
|
|
sess.And("central_kitchen_for_school_package_ord.state = ?", req.Sate) |
|
|
|
} |
|
|
|
if req.OrdSate != 0 { |
|
|
|
if req.OrdSate != -1 { |
|
|
|
sess.And("central_kitchen_for_school_package_ord.ord_state = ?", req.OrdSate) |
|
|
|
} |
|
|
|
if req.OutTradeNo != "" { |
|
|
|