摘要:
转载自:https://www.cnblogs.com/selfcs/p/11263901.html?tdsourcetag=s_pcqq_aiomsg 阅读全文
摘要:
//自增$res=Db::name('accessories') ->where('id',$req['id']) ->inc('number',$req['number']) ->inc('allputin',$req['number']) ->update(); //自减$res=Db::name('accessories') ->where('id',$req['id']) ->dec(' 阅读全文