debug
This commit is contained in:
@@ -66,7 +66,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
|
||||
return "", fmt.Errorf("营业时间必填")
|
||||
} else {
|
||||
timeStr = splicingTimeToDoudian(storeDetail.OpenTime1, storeDetail.CloseTime1, storeDetail.OpenTime2, storeDetail.CloseTime2)
|
||||
globals.SugarLogger.Debug("我在splicingTimeToDoudian")
|
||||
globals.SugarLogger.Debug("timeStr", timeStr)
|
||||
}
|
||||
m := make(map[int64]string)
|
||||
for j := 1; j <= 7; j++ {
|
||||
|
||||
Reference in New Issue
Block a user