@@ -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;