|
@@ -355,7 +355,7 @@ func GetHistoryLzProductDetail() (err error) {
|
|
|
}
|
|
|
|
|
|
for ik, iv := range infoList {
|
|
|
- fmt.Println(ik, iv.SecName)
|
|
|
+ fmt.Println(ik, iv.SecName,iv.LongzhonginfoId)
|
|
|
startDate := "2020-01-01" //time.Now().AddDate(0, 0, 0).Format(utils.FormatDate)
|
|
|
endDate := "2020-12-31" //time.Now().AddDate(0, 0, 0).Format(utils.FormatDate)
|
|
|
//time.Sleep(1 * time.Second)
|