host/index.php?m=my&f=bug&type=assignedTo&sid=o0lap6ljpaam7qropp18adln40 后,返回ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'o0lap6ljpaam7qropp18adln40' in 'order clause'<p>The sql is: SELECT * FROM `zt_bug` wHeRe deleted = '0' AND `assignedTo` = ‘xx’。
无法取出想要的结果
这句话是什么意思?
如果想跳过登录应该处理那块的逻辑呢?盼回复!
//点连接的方式
$vars = "costType=$reimType"."account=''"."status='wait'";
//&符号链接的方式
$vars = "costType=$reimType&account=''&status='wait'";
//英文逗号分隔的方式
$vars = "costType=$reimType,account='',status='wait'";
我生成a标签link的语句是:
echo "<li id='reimHis'>" . html::a(inlink('todo', $vars),$lang->todo->history) . '</li>';
无法取出想要的结果