$appRow = AppList::where($map)->field("id,uid,status,fee,qrcode,exptime,limitAmount")->select();
if(!$appRow){ return false;//发现此处无效了。。调试发现会返回一个对象所以这样判断有问题要如何才能正确判断呢???之前5.0的没有问题。 }