5.0.0 - 普通 - 已关闭
条件查询:
$map['pay_url'] = array('exp','is not null AND pay_url != ""');在tp5.0.13没有问题,在5.0.18出现错误
其中'pay url'类型为text,is not null。
$map['pay_url'] = array('exp','is not null');$map['pay_url'] = array('exp','pay_url != ""');单独使用也同样出现错误。
错误返回页面: