Commit f82273af authored by hongguangwu's avatar hongguangwu

社保公积金查询-导出

parent c8b73e2f
......@@ -64,7 +64,6 @@ public class TForecastLibraryServiceImpl extends ServiceImpl<TForecastLibraryMap
private final TAgentConfigMapper agentConfigMapper;
private final TSocialFundInfoService tSocialFundInfoService;
private final TSocialFundInfoMapper socialFundInfoMapper;
private final SysBaseSetInfoMapper sysBaseSetInfoMapper;
......@@ -1434,7 +1433,7 @@ public class TForecastLibraryServiceImpl extends ServiceImpl<TForecastLibraryMap
@Override
public void everyMonthCreateForecastLibary() {
List<TSocialFundInfo> socialFundInfoList = tSocialFundInfoService.list();
List<TSocialFundInfo> socialFundInfoList = socialFundInfoMapper.selectList(Wrappers.<TSocialFundInfo>query().lambda());
if (socialFundInfoList != null && !socialFundInfoList.isEmpty()) {
for (TSocialFundInfo socialFundInfo : socialFundInfoList) {
// TODO-生成新的社保公积金数据
......
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