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