Przeglądaj źródła

fix:“修复订单导出功能”

soobin 1 rok temu
rodzic
commit
22e7c8040c

+ 1 - 1
src/main/java/com/szwl/controller/TOrderController.java

@@ -1083,7 +1083,7 @@ public class TOrderController {
             companyType = "1";
         }
         if (startDate != null && endDate != null) {
-            SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
+            SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
             Date begin = null;
             Date end = null;
             Long n_adminId = null;