@@ -1635,7 +1635,7 @@
</select>
<update id="updateReleaseLock" parameterType="java.lang.String">
- update user a,user_lock_release b set a.share_type = 1,a.transfer_time = #{time} where b.status=1 and a.id=b.uid
+ update user a,user_lock_release b set a.share_type = 1,a.transfer_time = #{time} where b.status=1 b.`type`=0 and a.id=b.uid
</update>
<select id="marketingStatistics" parameterType="java.lang.String" resultType="com.goafanti.report.bo.marketingESBo">