소스 검색

fix(账单): 去掉注释

likai 4 년 전
부모
커밋
8c7a4f12fa
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      service/settle_account_bill/settle_account_bill.go

+ 0 - 1
service/settle_account_bill/settle_account_bill.go

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