💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
代码 ``` /** * 2020年7月3日14:39:26 卓良晟 * 公积金薪酬差额撤回 * @param string $dwxzjs_id 薪酬结算表ID * @return bool */ public static function GjjXccech($dwxzjs_id){ $up=GjjJbxxModel::where('jituanid',session('jituanid')) ->where('jbxx_iscedq','2') ->where('jbxx_iscedq_dwxzjs_id',$dwxzjs_id) ->update( array( 'jbxx_iscedq'=>1, 'jbxx_iscedq_dwxzjs_id'=>null, ) ); if ($up){return true;}else{return false;} } ``` 使用方法 ``` use app\gongjijin\zhuoliangsheng\GongjijinPublicModel; GongjijinPublicModel::GjjXccech($dwxzjs_id) ```