private Long object_one; private String object_two; <if test="object_one !=null and object_one!=0"> AND tc.creator_id=#{object_one} </if> <if test="object_two !=null and object_two !=''"> AND tc.`construction_time`=#{object_two} </if>
本文标签:mybatis if 判断 传入 字符串 或者 Long 参数 不为
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接