ryan 1 month ago
parent
commit
7caf7920ba
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common/libs/export/BaseExport.php

+ 1 - 0
common/libs/export/BaseExport.php

@@ -1582,6 +1582,7 @@ ORDER;
 
         // 添加详细的调试信息
         $rawSql = $query->createCommand()->getRawSql();
+        echo('sql:' . $rawSql);
         $oderList = $query->all();
 
         $sn = $oderList[0]['SN'];