Browse Source

版本大修改

cqp 2 tháng trước cách đây
mục cha
commit
efa8c41766
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/Service/ApplyOrderService.php

+ 2 - 2
app/Service/ApplyOrderService.php

@@ -543,7 +543,7 @@ class ApplyOrderService extends Service
             $tmp = $tmp + 1;
 
             //超过999
-            if(strlen($tmp) > 3) return '';
+//            if(strlen($tmp) > 3) return '';
 
             $number = str_pad($tmp,3,'0',STR_PAD_LEFT);
             $number = $str . $number;
@@ -1138,7 +1138,7 @@ class ApplyOrderService extends Service
             $tmp = $tmp + 1;
 
             //超过999
-            if(strlen($tmp) > 3) return '';
+//            if(strlen($tmp) > 3) return '';
 
             $number = str_pad($tmp,3,'0',STR_PAD_LEFT);
             $number = $str . $number;