xml----------<if test=".......">内 再套一个
<if test="..........">
</if>
这时出现问题 外层if 无论test的条件是否成立,都不走这个内层if
你写到一起用&&