diff --git a/yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java b/yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
index 4fb1422c4367ca730ad3024624056ed72944c991..fd0324be694bbf94b96238d759660e2fe63e46b0 100644
--- a/yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
+++ b/yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
@@ -3198,7 +3198,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
 		List<TPaymentInfo> sumList = baseMapper.selectList(Wrappers.<TPaymentInfo>query().lambda()
 				.eq(TPaymentInfo::getEmpIdcard, info.getEmpIdcard())
 				.eq(TPaymentInfo::getSettleDomainId, info.getSettleDomainId())
-				.eq(TPaymentInfo::getSocialCreateMonth, "202212"));
+				.eq(TPaymentInfo::getSocialCreateMonth, DateUtil.getYearAndMonth(LocalDateTime.now(),0)));
 		TPaymentVo paymentVo = new TPaymentVo();
 		paymentVo.setPaymentInfoList(sumList);
 		return paymentVo;