smartor/src/main/resources/mapper/smartor/BaseSmsaccountMapper.xml
@@ -44,7 +44,6 @@ <select id="selectBaseSmsaccountList" parameterType="BaseSmsaccount" resultMap="BaseSmsaccountResult"> <include refid="selectBaseSmsaccountVo"/> WHERE 1=1 <if test="smsname != null and smsname != ''">and smsname like concat('%', #{smsname}, '%')</if> <if test="account != null and account != ''">and account = #{account}</if> <if test="password != null and password != ''">and password = #{password}</if>