afterApp 是varchar 型的.update table set afterApp=afterApp+'{$_POST[chengpi]}' where id=1      update table set afterApp=concat(afterApp,null,'{$_POST[chengpi]}) where id=1
试了几种写法就不好用, concat 如果为空得再做这个操作会出现 null值 .