|
@@ -86,7 +86,7 @@
|
|
|
ableUserMoney = #{ableUserMoney,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
</set>
|
|
|
- where userID = #{userID,jdbcType=INTEGER}
|
|
|
+ where userID = #{userId,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
<select id="getUserIdByOrganizeId" resultType="java.lang.Integer">
|
|
|
select userID from user where userOrganizeID = #{organizeId} and clubStatus = 91 limit 1
|