@@ -49,7 +49,7 @@ class ModifyController extends BaseController
$arr = json_decode($data, true);
if (!empty($arr)) {
$list = ModifyClass::getAllByCondition(['mainId' => $this->mainId], 'inTurn asc,addTime asc', '*', null, true);
- if (count($list) >= 13) {
+ if (count($list) >= 12) {
if ($list[0]) {
$list[0]->delete();
}