修复济工网参建项目没有统一社会信用代码引起的更新项目类型不正确问题

dev
lijun 2025-03-08 14:19:55 +08:00
parent 17d5e6b873
commit 93335e8adc
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ public class QuartzProjectAttendanceGroupServiceImpl implements IQuartzProjectAt
public void updateJgw(QuartzProjectAttendanceGroup group) {
QuartzProjectAttendanceGroup where=new QuartzProjectAttendanceGroup();
where.setBizLicense(group.getBizLicense());
where.setCompanyName(group.getCompanyName());
where.setCfgid(group.getCfgid());
List<QuartzProjectAttendanceGroup> list=selectSurProjectAttendanceGroupList(where);
for(QuartzProjectAttendanceGroup g:list){