Pārlūkot izejas kodu

小程序 历史工单功能调整与PC端一致

tags/V1.3.2
chenlu pirms 4 mēnešiem
vecāks
revīzija
53cee99711
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      tuoheng-service/tuoheng-miniprogram/src/main/resources/mapper/InspectionFileMapper.xml

+ 2
- 2
tuoheng-service/tuoheng-miniprogram/src/main/resources/mapper/InspectionFileMapper.xml Parādīt failu

@@ -21,8 +21,8 @@
tfh.audit_time as auditTime
from
th_inspection_file as tf
left join th_inspection_file_handle AS tfh on tf.id = tfh.inspection_file_id
where tf.mark =1 and tfh.mark=1
left join th_inspection_file_handle AS tfh on tf.id = tfh.inspection_file_id and tfh.mark=1
where tf.mark =1
and tf.id=#{id}
</select>


Notiek ielāde…
Atcelt
Saglabāt