Commit f26e62e0 authored by huyuchen's avatar huyuchen

缴费库收入生成修改

parent c2986b90
...@@ -99,7 +99,7 @@ public class SocialTask { ...@@ -99,7 +99,7 @@ public class SocialTask {
} }
/** /**
* @Description: 定时生成公积金缴费库明细的数据 * @Description: 定时生成社保缴费库收入的数据
* @Author: huyc * @Author: huyc
* @Date: 2022/8/30 * @Date: 2022/8/30
* @return: void * @return: void
...@@ -109,4 +109,16 @@ public class SocialTask { ...@@ -109,4 +109,16 @@ public class SocialTask {
HttpDaprUtil.invokeMethodPost(daprProperties.getAppUrl(),daprProperties.getAppId(),"/tpaymentinfo/inner/createPaymentInfoIncome","", Object.class, SecurityConstants.FROM_IN); HttpDaprUtil.invokeMethodPost(daprProperties.getAppUrl(),daprProperties.getAppId(),"/tpaymentinfo/inner/createPaymentInfoIncome","", Object.class, SecurityConstants.FROM_IN);
log.info("------------定时生成缴费库的收入数据-定时任务结束------------"); log.info("------------定时生成缴费库的收入数据-定时任务结束------------");
} }
/**
* @Description: 定时生成公积金缴费库明细的数据
* @Author: huyc
* @Date: 2022/8/30
* @return: void
**/
public void createPaymentFundIncome() {
log.info("------------定时生成缴费库的收入数据-定时任务开始------------");
HttpDaprUtil.invokeMethodPost(daprProperties.getAppUrl(),daprProperties.getAppId(),"/tpaymentinfo/inner/createPaymentFundIncome","", Object.class, SecurityConstants.FROM_IN);
log.info("------------定时生成缴费库的收入数据-定时任务结束------------");
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment