Przeglądaj źródła

营销员驳回与上级驳回修改

anderx 2 lat temu
rodzic
commit
284c5ab08b

+ 1 - 2
src/main/java/com/goafanti/weChat/service/impl/PublicReleaseServiceImpl.java

@@ -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){
 				clockCount++;
 			}
 		}