|
@@ -1203,8 +1203,8 @@ public class ApplicationApiController {
|
|
|
String title,
|
|
|
String position,
|
|
|
String reason,
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd") Date startTime,
|
|
|
- @DateTimeFormat(pattern = "yyyy-MM-dd") Date endTime,
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") Date startTime,
|
|
|
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") Date endTime,
|
|
|
String startAddress,
|
|
|
String endAddress,
|
|
|
String bankAccount,
|