浏览代码

修改根据日志查询到的 tt催付bug

lvhao 1 月之前
父节点
当前提交
d7844bec7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Apitt.php

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

@@ -1081,7 +1081,7 @@ $j = json_decode($j, true);
 				    $id = $this->ttcf->insert($post);
 				    $id = $this->ttcf->insert($post);
 					$post['shop'] = $shop['id'];
 					$post['shop'] = $shop['id'];
 					$post['id'] = $id;
 					$post['id'] = $id;
-				    $this->_znxc($post,$v,3);
+				    $this->_znxc($post,$post['orderinfo'],3);
 				}
 				}
 				exit;
 				exit;
 			}
 			}