anderx лет назад: 3
Родитель
Сommit
25c72f48f9
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

+ 1 - 2
src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

@@ -1233,8 +1233,7 @@
   </update>
   <select id="getLockId" resultType="java.lang.String">
     select id from user_lock_release a left join (select commodity_id  from t_order_task
-                                                  where order_no = #{orderNo} GROUP by commodity_id )
-      b on a.business_project_id =b.commodity_id
+        where order_no = #{orderNo} GROUP by commodity_id ) b on a.business_project_id =b.commodity_id
     where a.`type` =1 and a.aid = #{aid} and a.uid = #{uid}
   </select>