lrf преди 2 години
родител
ревизия
ab30337c75
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      app/service/user/userCoupon.js

+ 0 - 1
app/service/user/userCoupon.js

@@ -505,7 +505,6 @@ class UserCouponService extends CrudService {
   }
   async afterQuery(filter, data) {
     data = JSON.parse(JSON.stringify(data));
-    console.log(data);
     data = this.makeShowData(data);
     return data;
   }