fcy 4 years ago
parent
commit
58eea2544d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/web/controller/IndexController.php

+ 1 - 1
application/web/controller/IndexController.php

@@ -236,7 +236,7 @@ class IndexController extends MainController
 		$data['CELLNAME']=$param['CELLNAME'];
 		$data['POWERDISCABVOLUME']=$param['POWERDISCABVOLUME'];
 		$data['TEMPERPATCHNUM']=$param['TEMPERPATCHNUM'];
-		$data['PRIMARYADDR']==$param['PRIMARYADDR'];
+		$data['PRIMARYADDR']=$param['PRIMARYADDR'];
 
         if (!empty($param['ID'])) {
             $ID=$param['ID'];