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