Commit 44b233fe authored by hujun's avatar hujun

total

parent fe94bf41
......@@ -105,8 +105,6 @@ class CouponService{
* @throws \think\exception\DbException
*/
public function selectActivity($field = 'id', $return_action) {
$where['total'] = ['>', 0];
if (is_array($return_action)) {
$where['return_action'] = ['in', $return_action];
} else {
......
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