|
|
@@ -26,7 +26,7 @@ class TestController extends Controller
|
|
|
if (!empty($customList)) {
|
|
|
foreach ($customList as $custom) {
|
|
|
$mobile = $custom->mobile;
|
|
|
- $sub = substr($mobile, 6, 4);
|
|
|
+ $sub = substr($mobile, 7, 4);
|
|
|
$name = '手机尾号' . $sub;
|
|
|
$py = 'sjyh' . $sub;
|
|
|
$custom->originName = $name;
|