xieruidong 2 years ago
parent
commit
154d5abc53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common.php

+ 1 - 1
application/common.php

@@ -670,5 +670,5 @@ function seconds2Time($seconds){
     return sprintf('%02d:%02d:%02d',$hour,$minute,$sec);
 }
 function logistics(){
-    return new
+    return \logistics\QueryInterface::init();
 }