Commit c627aa0b authored by lvhuan's avatar lvhuan

修复报错

服务方式下拉框查询报错
parent 7eb5c1b8
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
and detail.status = #{status} and detail.status = #{status}
</if> </if>
<if test="modeId != null and modeId != ''"> <if test="modeId != null and modeId != ''">
and mode1.srv_mode_name = #{modeId} and mode1.mode_id = #{modeId}
</if> </if>
</where> </where>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment