|
@@ -89,7 +89,6 @@ func SapJobInit() {
|
|
|
//pastureList := make([]*model.Pasture, 0)
|
|
|
//s.d.DB.Table("pasture").Where("vendor = 1 ").Where("factory_code != '' ").Where("factory_code is not null ").Find(&pastureList)
|
|
|
//for _, item := range pastureList {
|
|
|
- // //fmt.Println(item.FactoryCode, "a")
|
|
|
// AutoFeeQuery(item.FactoryCode, item.ID)
|
|
|
//}
|
|
|
|