|
|
@@ -60,7 +60,7 @@ func UpdateScheduleCols(record *ScheduleRecord, cols ...string) error { |
|
|
|
} |
|
|
|
|
|
|
|
func UpdateScheduleLocalOperateStatus(record *ScheduleRecord, newLocalOperateStatus int) error { |
|
|
|
record.Status = newLocalOperateStatus |
|
|
|
record.LocalOperateStatus = newLocalOperateStatus |
|
|
|
return updateScheduleCols(x, record, "local_operate_status") |
|
|
|
} |
|
|
|
|
|
|
|