分销金额
This commit is contained in:
@@ -72,6 +72,6 @@ public interface ShopUserMapper extends BaseMapper<ShopUser> {
|
||||
*/
|
||||
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>
|
||||
</set>
|
||||
where user_id = #{userId}
|
||||
and shop_id = #{shopId}
|
||||
and shop_id = #{mainShopId}
|
||||
</update>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user