分享收益查询 fix
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
</select>
|
||||
|
||||
<select id="queryUserInviteMoney" resultType="Double">
|
||||
select sum(money) from user_money_details where user_id=#{userId} and classify in (1,6,7,8) and type=1 and state=2 and money_type=1
|
||||
select sum(money) from user_money_details where user_id=#{userId} and classify in (1,6) and type=1 and state=2 and money_type=1
|
||||
</select>
|
||||
|
||||
<select id="queryUserInviteGoldMoney" resultType="Double">
|
||||
select sum(money) from user_money_details where user_id=#{userId} and classify in (1,6,7,8) and type=1 and state=2 and money_type=2
|
||||
select sum(money) from user_money_details where user_id=#{userId} and classify in (1,6) and type=1 and state=2 and money_type=2
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user