longyi 6 달 전
부모
커밋
c1c4cc0f90
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 0
      core/CoreApp/controllers/Ac.php
  2. 3 3
      core/CoreApp/models/Model_cne.php

+ 1 - 0
core/CoreApp/controllers/Ac.php

@@ -215,6 +215,7 @@ class Ac extends Start_Controller {
 		//$b = $this->yuntu->get_data($fullorder);
 		//$b = $this->usps->get_logistics($fullorder);
 		$fullorder['printcode'] = 'usps_priority';
+		$fullorder['js'] = 1;
 		$b = $this->cne->get_data($fullorder);
 		
 		echo "<pre>";

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 3
core/CoreApp/models/Model_cne.php