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;
   }