Commit 7991b0e9 authored by hujun's avatar hujun

AND

parent 92304dda
......@@ -83,7 +83,7 @@ class PayLog extends Basic
if (!empty($this->params['order_id'])) {
$where['a.order_id'] = $this->params['order_id'];
}
$where[] = ['EXP', 'g.id IS NULL OR f.id IS NULL'];
$where[] = ['EXP', 'g.id IS NULL AND f.id IS NULL'];
try {
$order = new OPayLogModel();
$field = 'a.create_time,a.id,a.order_id,a.bargain_id,a.income_time,e.name,a.real_money';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment