Commit 0ec4b21f authored by 李秀明's avatar 李秀明

装备查询SQL更新

parent 8a9b591c
...@@ -6099,5 +6099,7 @@ ...@@ -6099,5 +6099,7 @@
LEFT JOIN wl_stock_detail AS wlsd on wlsd.equipment_detail_id = det.id LEFT JOIN wl_stock_detail AS wlsd on wlsd.equipment_detail_id = det.id
WHERE WHERE
find_in_set(#{systemId},spe.system_id) and spe.single = true and wlsd.`status` = 1 find_in_set(#{systemId},spe.system_id) and spe.single = true and wlsd.`status` = 1
ORDER BY
spe.equip_status desc
</select> </select>
</mapper> </mapper>
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