Selaa lähdekoodia

小程序 待办工单 接口优化

workOrder0626
陈璐 4 kuukautta sitten
vanhempi
commit
0ced9fed78
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      tuoheng-service/tuoheng-miniprogram/src/main/resources/mapper/InspectionFileMapper.xml

+ 1
- 1
tuoheng-service/tuoheng-miniprogram/src/main/resources/mapper/InspectionFileMapper.xml Näytä tiedosto

@@ -71,7 +71,7 @@
from
th_work_order_file twof
left join th_inspection_file as tf on twof.inspection_file_id = tf.id
left join th_inspection_file_handle AS tfh on tf.id = tfh.inspection_file_id and tfh.
left join th_inspection_file_handle AS tfh on tf.id = tfh.inspection_file_id
where twof.work_order_id in
<foreach item="id" collection="idList" open="(" separator="," close=")">
#{id}

Loading…
Peruuta
Tallenna