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