songxingwei 2 years ago
parent
commit
a798314cf7
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/data/controller/api/auth/Center.php

+ 4 - 4
app/data/controller/api/auth/Center.php

@@ -1688,10 +1688,10 @@ class Center extends Auth
         $templateProcessor->setValue('id#3', '1');
         $templateProcessor->setValue('bh#3', '1');
         $templateProcessor->setValue('name#3', '名称');
-        $templateProcessor->setValue('gg#4', '规格');
-        $templateProcessor->setValue('num#4', '10');
-        $templateProcessor->setValue('price#4', '10');
-        $templateProcessor->setValue('allprice#4', '20');
+        $templateProcessor->setValue('gg#3', '规格');
+        $templateProcessor->setValue('num#3', '10');
+        $templateProcessor->setValue('price#3', '10');
+        $templateProcessor->setValue('allprice#3', '20');
 
         $templateProcessor->saveAs($dir."b.docx");