2022/3/8 12:21 遇到的bug:给后台传了个Interger state,值是0。然后mybatis xml里面判断是<#if state != null and state !=''>,但是mybatis 将 Interger=0或者int=0的入参默认为空字符串。