This commit is contained in:
张良(004796)
2024-03-07 10:20:35 +08:00
parent 57ef3e9025
commit 466f0ae888
4 changed files with 30 additions and 1 deletions

View File

@@ -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>