mybaits 中没有else要用chose when otherwise 代替
范例一
insert into `business_user` (`id` , `user_type` , `user_login` ) values #{item.id,jdbcType=CHAR}, '', #{item.userType,jdbcType=VARCHAR}, '',
其中choose为一个整体
when是if otherwise是else范例二:
下面就是MyBatis中的if....else...表示方法
//... //...