This commit is contained in:
77
2024-04-15 14:35:42 +08:00
parent b018a029bf
commit 0acb2803c9

View File

@@ -19,10 +19,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and t2.mobile = #{bo.fromMobile}
</if>
<if test="bo.toUsercode != null and bo.toUsercode != ''">
and t1.to_usercode = #{bo.fromUsercode}
and t1.to_usercode = #{bo.toUsercode}
</if>
<if test="bo.toMobile != null and bo.toMobile != ''">
and t3.mobile = #{bo.fromMobile}
and t3.mobile = #{bo.toMobile}
</if>
<if test="bo.id != null">
and t1.id = #{bo.id}