09 2020 档案

摘要:$.ajax({ url:"{:url('user')}", data:{"group_id":data.value}, type:'post', dataType:'json', success:function (res) { console.log(res); for(var i=0;i<re 阅读全文
posted @ 2020-09-16 08:59 CanyingV 阅读(93) 评论(0) 推荐(0)
摘要:$file=Db::table('zw_file')->select(); $status1=$file->where('status',1); $status2=$file->where('status',2)->count(); halt($status1); 先查询所有数据,再进行筛选等处理, 阅读全文
posted @ 2020-09-09 10:49 CanyingV 阅读(400) 评论(0) 推荐(0)