|
|
@@ -289,7 +289,6 @@ func (s Service) GenerateBill() error {
|
|
|
// 自动确认
|
|
|
func (s Service) AutoConfirm() error {
|
|
|
now := gtime.Now()
|
|
|
- fmt.Println(now.Format("Y-m-d H:i:s"))
|
|
|
endDate := now.Format("Y-m-d 23:59:59")
|
|
|
startDate := now.Format("Y-m-d 00:00:00")
|
|
|
var autos []AutoConfirmRecord
|