瀏覽代碼

修改apitt的错误下表 隐去的报错

lvhao 1 月之前
父節點
當前提交
f5d7984689
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Apitt.php

+ 1 - 1
core/CoreApp/controllers/Apitt.php

@@ -1019,7 +1019,7 @@ $j = json_decode($j, true);
 			}
 			else
 			{
-			    $this->fullordertt->save(array('exstateerror'=>'当前订单状态无匹配模板 - state:'.$fullorder['state'].' - shop:'.$fullorder['shop'].' - time:'.$time.' - type:'.$type.'  - notice:'.json_encode($notice)),$fid['id']);
+			    $this->fullordertt->save(array('exstateerror'=>'当前订单状态无匹配模板 - state:'.$fullorder['state'].' - shop:'.$fullorder['shop'].' - time:'.$time.' - type:'.$type.'  - notice:'.json_encode($notice)),$fullorder['id']);
 			}
 		}
 	}