|
|
@@ -96,7 +96,6 @@ func CronScheduled(ctx context.Context) {
|
|
|
if _, ok := data["user"]; ok {
|
|
|
openIdList = strings.Split(data["user"].(string), ",")
|
|
|
}
|
|
|
-
|
|
|
if data["function"].(string) == "inventoryWarning" {
|
|
|
if len(openIdList) > 0 {
|
|
|
inventoryWarning(openIdList, pastureinfo.Pastureid, data["id"].(int64))
|