anderx %!s(int64=3) %!d(string=hai) anos
pai
achega
25c72f48f9

+ 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>