no message
This commit is contained in:
parent
5e28e1e352
commit
b9b42d03d0
@ -154,12 +154,12 @@ final class Schema
|
||||
$aOrderName = explode(',', $sOrderName);
|
||||
|
||||
if (!$sOrderName) {
|
||||
TeleSlave::notify()->save("未设置option:".$sOrderKey."使用默认。");
|
||||
TeleSlave::notify()->send("未设置option:".$sOrderKey."使用默认。");
|
||||
$sDefaultOrderKey = "article::schema::order::default::type";
|
||||
$sDefaultOrderType = ModelOption::_hit($sDefaultOrderKey) ?? '';
|
||||
$aDefaultOrderType = explode(',', $sDefaultOrderType);
|
||||
if (!$sDefaultOrderType) {
|
||||
TeleSlave::fail()->save("未设置option:".$sOrderKey."使用默认。");
|
||||
TeleSlave::fail()->send("未设置option:".$sOrderKey."使用默认。");
|
||||
return $oFlow->fail("未设置option的default排序");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user