소스 검색

no message

durong 5 년 전
부모
커밋
4d96a5e596
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Repositories/V2/CmsContentTemplateSetRepository.php

+ 0 - 1
app/Repositories/V2/CmsContentTemplateSetRepository.php

@@ -33,7 +33,6 @@ class CmsContentTemplateSetRepository {
             $subject_id_array = json_decode($request['old_rule'], true);
             if ($subject_id_array['link_type'] == 1 && $request['rule']['link_type'] == 1) {//链接方式都为专题
                 if ($subject_id_array['link_url'] != $request['rule']['link_url']) {
-                    Log::debug('111'.$request['rule']['link_url']);
                     $templates = $this->cmsSubject->where('id', intval($subject_id_array['link_url']))->first();
                     $update_template = [
                         $templates->used_count -= 1