bug修复

This commit is contained in:
zhanglipeng
2021-07-03 15:24:45 +08:00
parent 63c5659925
commit 045ebec056
4 changed files with 44 additions and 28 deletions

View File

@ -43,6 +43,7 @@
<if test="jspy != null and jspy != ''">and a.jspy = #{jspy}</if>
<if test="jspyremarks != null and jspyremarks != ''">and a.jspyremarks = #{jspyremarks}</if>
<if test="createuserid != null ">and a.createuserid = #{createuserid}</if>
<if test="id != null ">and a.id = #{id}</if>
</where>
</select>

View File

@ -43,6 +43,7 @@
<if test="jyjh != null and jyjh != ''">and a.jyjh = #{jyjh}</if>
<if test="jyjhremarks != null and jyjhremarks != ''">and a.jyjhremarks = #{jyjhremarks}</if>
<if test="createuserid != null ">and a.createuserid = #{createuserid}</if>
<if test="id != null ">and a.id = #{id}</if>
</where>
</select>