企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` //专业二开请加微信:anbin699 ``` ``` //设置分红可提现 checkOrderFinish $hasabouns = pdo_fetch('select id from ' . tablename('ewei_shop_agentbouns') . ' where orderid=:orderid and status=0 limit 1', array(':orderid' => $orderid)); if(!empty($hasabouns)){ pdo_update("ewei_shop_agentbouns", array( "status" => 1 ), array( "orderid" => $orderid)); } //增加商城业绩 --price $level = pdo_fetch("select * from " . tablename("ewei_shop_commission_level") . " where id=1"); pdo_update('ewei_shop_commission_level', array('tmshopprice'=>$level['tmshopprice']+$order['price']), array('id' => 1)); ```