更新发行
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -178,6 +178,10 @@ class BaseController extends Controller | ... | @@ -178,6 +178,10 @@ class BaseController extends Controller |
| 178 | $params = str_replace('brandShowName[]', 'brandShowName{}', $params); | 178 | $params = str_replace('brandShowName[]', 'brandShowName{}', $params); |
| 179 | } | 179 | } |
| 180 | 180 | ||
| 181 | if (strpos($params, 'signContract[]') !== false) { | ||
| 182 | $params = str_replace('signContract[]', 'signContract{}', $params); | ||
| 183 | } | ||
| 184 | |||
| 181 | //2.去除特殊字符 | 185 | //2.去除特殊字符 |
| 182 | $params = $this->removeSpecialCharacter($params); | 186 | $params = $this->removeSpecialCharacter($params); |
| 183 | 187 | ... | ... |
-
Please register or sign in to post a comment