123333
This commit is contained in:
@@ -24,6 +24,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="bo.toMobile != null and bo.toMobile != ''">
|
||||
and t3.mobile = #{bo.fromMobile}
|
||||
</if>
|
||||
<if test="bo.id != null">
|
||||
and t1.id = #{bo.id}
|
||||
</if>
|
||||
<if test="bo.status != null">
|
||||
and t1.status = #{bo.status}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user