bug

上级 44c4f327
...@@ -438,8 +438,8 @@ ...@@ -438,8 +438,8 @@
<if test="districtCode != null and districtCode != ''"> <if test="districtCode != null and districtCode != ''">
and district_code = #{districtCode} and district_code = #{districtCode}
</if> </if>
<if test="modeInfoId != null and modeInfoId != ''"> <if test="modelInfoId != null and modelInfoId != ''">
and device_mode_id = #{modeInfoId} and device_mode_id = #{modelInfoId}
</if> </if>
</where> </where>
</select> </select>
...@@ -487,8 +487,8 @@ ...@@ -487,8 +487,8 @@
<if test="districtCode != null and districtCode != ''"> <if test="districtCode != null and districtCode != ''">
and district_code = #{districtCode} and district_code = #{districtCode}
</if> </if>
<if test="modeInfoId != null and modeInfoId != ''"> <if test="modelInfoId != null and modelInfoId != ''">
and device_mode_id = #{modeInfoId} and device_mode_id = #{modelInfoId}
</if> </if>
</where> </where>
order by lg.shelf_status DESC, lg.sort DESC order by lg.shelf_status DESC, lg.sort DESC
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论