修改本一3.15问题(客户关系维护)

This commit is contained in:
sk1551
2021-03-17 15:28:55 +08:00
parent 94dd93fad4
commit 2c51451859
4 changed files with 43 additions and 69 deletions

View File

@ -44,7 +44,7 @@
<if test="qt != null and qt != ''">and qt = #{qt}</if>
<if test="schoolname != null and schoolname != ''">and schoolname like concat('%', #{schoolname}, '%')</if>
<if test="rs != null ">and rs = #{rs}</if>
<if test="sheng != null and sheng != ''">and sheng = #{sheng}</if>
<if test="sheng != null and sheng != ''">and sheng like concat('%', #{sheng}, '%')</if>
<if test="shengid != null and shengid != ''">and shengid = #{shengid}</if>
<if test="shi != null and shi != ''">and shi = #{shi}</if>
<if test="shiid != null and shiid != ''">and shiid = #{shiid}</if>