分销金额

This commit is contained in:
张松
2025-10-29 19:08:12 +08:00
parent 3820d86c8a
commit 12fdb6aefe
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
} }

View File

@@ -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>