|
@@ -88,10 +88,10 @@ class Aatest extends Start_Controller {
|
|
public function _remap($arg,$arg_array)
|
|
public function _remap($arg,$arg_array)
|
|
{
|
|
{
|
|
|
|
|
|
- //_print()
|
|
|
|
|
|
+
|
|
if($arg == 'dayin')
|
|
if($arg == 'dayin')
|
|
{
|
|
{
|
|
- $this->_linshittmsg();
|
|
|
|
|
|
+ $this->_a();
|
|
}elseif($arg == 'getorder'){
|
|
}elseif($arg == 'getorder'){
|
|
$this->_getorder();
|
|
$this->_getorder();
|
|
}else{
|
|
}else{
|
|
@@ -445,10 +445,10 @@ class Aatest extends Start_Controller {
|
|
}
|
|
}
|
|
public function _a(){
|
|
public function _a(){
|
|
|
|
|
|
-
|
|
|
|
|
|
+ $jm = $this->input->get('jm');
|
|
$list = [
|
|
$list = [
|
|
[
|
|
[
|
|
- 'sku2'=>'-1297-80-2602-1306-57-101-1283-',
|
|
|
|
|
|
+ 'sku2'=>$jm,
|
|
]
|
|
]
|
|
];
|
|
];
|
|
$r = $this->logic_u9tools->getU9bm($list,'sku2');
|
|
$r = $this->logic_u9tools->getU9bm($list,'sku2');
|