多部门负责人截取显示bug修复

This commit is contained in:
Mlin 2022-12-21 15:45:49 +08:00
parent 4a0949b6b1
commit 7b9a82dda9
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ public interface JclOrgMapper {
int insertComToMap();
int deleteJobNull(@Param("currentDate") String currentDate);
int deleteJobNull(@Param("currentDate") Date currentDate);
JclOrgMap getResInfo(@Param("level") String level, @Param("grade") String grade, @Param("id") String id);

View File

@ -555,7 +555,7 @@ public class OrgChartServiceImpl extends Service implements OrgChartService {
//同步集团信息
getJclOrgMapMapper().insertComToMap();
//清除部门合并转移造成的脏数据
getJclOrgMapMapper().deleteJobNull(currentDate);
getJclOrgMapMapper().deleteJobNull(date);
//刷新在岗数编制数(从岗位向上刷岗位不需处理)
List<JclOrgMap> jclOrgMaps = getJclOrgMapMapper().getJclOrgMapByType("3",date);
for (JclOrgMap jclOrgMap : jclOrgMaps){