@@ -864,8 +864,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
publicReleaseDetailsMapper.updateByPrimaryKeySelective(prd);
flag=true;
clockCount++;
- }
- if (prd.getClockIn()==1){
+ }else if (prd.getClockIn()==1){
}