|
|
@@ -227,6 +227,7 @@ public class OrganizationServiceImpl extends BaseMybatisDao<DepartmentMapper> im
|
|
|
dep.setWorkingHoursType(in.getWorkingHoursType());
|
|
|
dep.setApproval(in.getApproval());
|
|
|
dep.setApprovalAid(in.getApprovalAid());
|
|
|
+ dep.setTechAdminId(in.getTechAdminId());
|
|
|
//财务与复审切换的时候要切换所有未审核的财务
|
|
|
boolean updateFinance=false;
|
|
|
boolean updateRetrialFinance=false;
|
|
|
@@ -293,8 +294,7 @@ public class OrganizationServiceImpl extends BaseMybatisDao<DepartmentMapper> im
|
|
|
if (in.getCashierExamine()==1){
|
|
|
dep.setCashierExamine(in.getCashierExamine());
|
|
|
}
|
|
|
- int x=departmentMapper.updateByPrimaryKeySelective(dep);
|
|
|
- return x;
|
|
|
+ return departmentMapper.updateByPrimaryKeySelective(dep);
|
|
|
}
|
|
|
|
|
|
/**
|