bug

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