insert into `business_user` (`id` , `user_type` , `user_login` )
values
#{item.id,jdbcType=CHAR},
'',
#{item.userType,jdbcType=VARCHAR},
'',
其中choose为一个整体
when是if
otherwise是else