作者 lyh

gx

@@ -174,7 +174,6 @@ class UpdateRoute extends Command @@ -174,7 +174,6 @@ class UpdateRoute extends Command
174 * @date 2023/4/17 174 * @date 2023/4/17
175 */ 175 */
176 public static function generateRoute($title, $source, $source_id, $project_id){ 176 public static function generateRoute($title, $source, $source_id, $project_id){
177 - echo date('Y-m-d H:i:s') . 'ceshi-------------' .$title. PHP_EOL;  
178 $i=1; 177 $i=1;
179 $sign = generateRoute($title); 178 $sign = generateRoute($title);
180 $length = strlen($sign); 179 $length = strlen($sign);
@@ -193,7 +192,6 @@ class UpdateRoute extends Command @@ -193,7 +192,6 @@ class UpdateRoute extends Command
193 $route = $sign .'-'.$i.$suffix; 192 $route = $sign .'-'.$i.$suffix;
194 $i++; 193 $i++;
195 } 194 }
196 - echo date('Y-m-d H:i:s') . 'ceshi-------------' .$route. PHP_EOL;  
197 return $route; 195 return $route;
198 } 196 }
199 197