anderx 3 年之前
父节点
当前提交
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>