修改查询条件-liyuchen

This commit is contained in:
李宇辰 2023-04-27 16:06:13 +08:00
parent 839a033a64
commit e8d25dbaf6
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
d.respond_status = 2 d.respond_status = 2
</if> </if>
<if test="callForHelpVo.respondStatus == 3 or callForHelpVo.respondStatus == '3'"> <if test="callForHelpVo.respondStatus == 3 or callForHelpVo.respondStatus == '3'">
d.respond_status = 2 or d.respond_status = 3 d.respond_status = 3
</if> </if>
</if> </if>
<if test="callForHelpVo.chiefId != null"> <if test="callForHelpVo.chiefId != null">