Browse Source

更新

master
三只松鼠 4 years ago
parent
commit
828140d23c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/java/com/taauav/app/mapper/InspectAppMapper.xml

+ 1
- 0
src/main/java/com/taauav/app/mapper/InspectAppMapper.xml View File

@@ -9,6 +9,7 @@
INNER JOIN tauv_driver AS d ON a.driver_id=d.id
INNER JOIN user_admin AS u ON a.create_user=u.id
WHERE a.mark=1 AND d.mark=1 AND u.mark=1
ORDER BY a.id DESC
</select>

<!-- 获取巡检记录详情 -->

Loading…
Cancel
Save