소스 검색

update

add_mode
DengBiao 1 년 전
부모
커밋
0540f8ad68
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      app/db/db_central_kitchen_for_school_user_with_day.go

+ 0
- 1
app/db/db_central_kitchen_for_school_user_with_day.go 파일 보기

@@ -92,7 +92,6 @@ func (centralKitchenForSchoolUserWithDayDb *CentralKitchenForSchoolUserWithDayDb
sDate, _ := time.ParseInLocation("2006-01-02", startDate, time.Local)
eDate, _ := time.ParseInLocation("2006-01-02", endDate, time.Local)
sess.And("date >= ?", sDate.Format("2006-01-02")).And("date <= ?", eDate.Format("2006-01-02"))
g
}
if len(kindList) > 0 {
sess.In("kind", kindList)


불러오는 중...
취소
저장