修改
This commit is contained in:
parent
a515beee31
commit
868c51ddcf
@ -99,7 +99,7 @@ func OrderRecordsList(req *bundle.OrderRecordsRequest) (res *bundle.OrderRecords
|
|||||||
}
|
}
|
||||||
|
|
||||||
if req.Status != 0 {
|
if req.Status != 0 {
|
||||||
query = query.Where("status = ?", req.Status)
|
query = query.Where("`bundle_order_records`.status = ?", req.Status)
|
||||||
}
|
}
|
||||||
|
|
||||||
if req.StartSignedTime != "" {
|
if req.StartSignedTime != "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user