123
This commit is contained in:
@@ -19,10 +19,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
and t2.mobile = #{bo.fromMobile}
|
and t2.mobile = #{bo.fromMobile}
|
||||||
</if>
|
</if>
|
||||||
<if test="bo.toUsercode != null and bo.toUsercode != ''">
|
<if test="bo.toUsercode != null and bo.toUsercode != ''">
|
||||||
and t1.to_usercode = #{bo.fromUsercode}
|
and t1.to_usercode = #{bo.toUsercode}
|
||||||
</if>
|
</if>
|
||||||
<if test="bo.toMobile != null and bo.toMobile != ''">
|
<if test="bo.toMobile != null and bo.toMobile != ''">
|
||||||
and t3.mobile = #{bo.fromMobile}
|
and t3.mobile = #{bo.toMobile}
|
||||||
</if>
|
</if>
|
||||||
<if test="bo.id != null">
|
<if test="bo.id != null">
|
||||||
and t1.id = #{bo.id}
|
and t1.id = #{bo.id}
|
||||||
|
|||||||
Reference in New Issue
Block a user