分销金额
This commit is contained in:
@@ -72,6 +72,6 @@ public interface ShopUserMapper extends BaseMapper<ShopUser> {
|
|||||||
*/
|
*/
|
||||||
List<InviteUserVO> getInviteUser(Long distributionUserId, Long shopUserId);
|
List<InviteUserVO> getInviteUser(Long distributionUserId, Long shopUserId);
|
||||||
|
|
||||||
void updateOneOrTwoAmount(Long userId, Long mainShopId, BigDecimal bigDecimal, Integer isOne);
|
void updateOneOrTwoAmount(Long userId, Long mainShopId, BigDecimal amount, Integer isOne);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
</if>
|
</if>
|
||||||
</set>
|
</set>
|
||||||
where user_id = #{userId}
|
where user_id = #{userId}
|
||||||
and shop_id = #{shopId}
|
and shop_id = #{mainShopId}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user