标签:技巧 增加 crm ber update ble 小技巧 mon tab
$flag = DB::table(‘crm_member_mny‘)->where(‘mid‘, $mid)
->update(array(
‘available_mny‘ => DB::raw("available_mny - $input_money_rmb"),
‘total_mny‘ => DB::raw("total_mny - $input_money_rmb"),
));
标签:技巧 增加 crm ber update ble 小技巧 mon tab
原文地址:https://blog.51cto.com/3154408/2465572