Browse Source

时间nal处理

18838166547 1 năm trước cách đây
mục cha
commit
60d44240ce
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/api/controller/Sellerjoinin.php

+ 3 - 0
app/api/controller/Sellerjoinin.php

@@ -66,6 +66,9 @@ class Sellerjoinin extends MobileMember
             if ($joinin_detail['business_author_letter']) {
                 $joinin_detail['business_author_letter'] = get_store_joinin_imageurl($joinin_detail['business_author_letter']);
             }
+            if ($joinin_detail['business_licence_end'] == '0000-00-00') {
+                $joinin_detail['business_licence_end'] = null;
+            }
             if (!empty($joinin_detail['sg_info'])) {
                 $store_grade_info = model('storegrade')->getOneStoregrade($joinin_detail['storegrade_id']);
                 $joinin_detail['storegrade_price'] = $store_grade_info['storegrade_price'];