|
@@ -310,7 +310,7 @@ abstract class BaseDao
|
|
|
if ($responses->hasMethod($method)) {
|
|
if ($responses->hasMethod($method)) {
|
|
|
$with[] = $key;
|
|
$with[] = $key;
|
|
|
} else {
|
|
} else {
|
|
|
- if (!in_array($key, ['timeKey', 'store_stock'])) {
|
|
|
|
|
|
|
+ if (!in_array($key, ['timeKey', 'store_stock','start_status'])) {
|
|
|
$otherWhere[] = is_array($value) ? $value : [$key, '=', $value];
|
|
$otherWhere[] = is_array($value) ? $value : [$key, '=', $value];
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|