```
$set = $this -> getPluginset('commission');
$leveltype = intval($set['leveltype']);
```
```
if($leveltype==12){
$tmcount = $agentuser["tmcount"];
$ztcount = pdo_fetchcolumn("SELECT count(id) FROM " . tablename('ewei_shop_member') . " WHERE uniacid=:uniacid and agentid=:agentid and agentlevel=:agentlevel and status=1 and isagent=1 limit 1", array(':uniacid' => $_W['uniacid'], ':agentid' => $agentuser["id"], ':agentlevel' => $levelid));
if($levelid<4){
$newid = $levelid+1;
$newlevel = pdo_fetch("select id from " . tablename("ewei_shop_commission_level") . " where id=:id and " . $ztcount . " >= downcount and " . $tmcount . " >= tmdowncount and downcount>0 limit 1", array( ":id" => $newid ));
if( !empty($newlevel) ) {
pdo_update("ewei_shop_member", array( "agentlevel" => $newlevel["id"]), array( "id" => $agentuser["id"] ));
}
}
}
```
- php调试
- php记录
- 常用循环
- 日期时间转换
- 时间格式
- mktime获取今日昨日本月时间戳
- http_build_query生成请求字符串
- PHP取整的几种方法
- 微擎记录
- W全局变量
- Http请求
- 人人商城二开记录
- 数据处理
- 常用查询
- 会员信息
- 确认收货处理
- 维权处理
- 设置读取和配置
- 报单商品类型属性
- 团队佣金
- 自动升级
- 业绩分红
- 前端html和js
- html按钮提交处理
- 引用js传参
- 表单
- 表单判断
- 任务执行
- 提示跳转页
- 全局变量
- 订单交易
- DIY设置
- 系统菜单
- mysql记录
- 创建表-14
- html和js
- 模板中使用js变量传参
- js表单处理
- 表单判断
- js页面跳转刷新
- thinkphp帮助
- 导入导出excel