thinkphp 对多个字段加值怎么写呢?用setInc

发布于:2017年02月27日 已被阅读

$data = array(
'num' => array('exp', '`num`+1'),
);