This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
namespace App\Controllers\Article;
|
||||
|
||||
use App\Controllers\BaseController;
|
||||
|
||||
use App\Libraries\Common;
|
||||
use App\Libraries\MyUpload;
|
||||
use App\Models\article\ReceiptModel;
|
||||
@@ -215,6 +216,14 @@ class Receipt extends BaseController
|
||||
} else {
|
||||
$result_check = [];
|
||||
}
|
||||
|
||||
$complexList = [];
|
||||
$ptpList = [];
|
||||
|
||||
if ($data['comp_sq'] == '2') {
|
||||
// $callApi = new CallApi();
|
||||
}
|
||||
|
||||
log_message('info', '[Receipt::detail] getChecklist {ms}ms', ['ms' => (int) ((microtime(true) - $t11) * 1000)]);
|
||||
|
||||
log_message('info', '[Receipt::detail] total {ms}ms', ['ms' => (int) ((microtime(true) - $t0) * 1000)]);
|
||||
|
||||
Reference in New Issue
Block a user