ソースを参照

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

anderx 3 年 前
コミット
284c5ab08b
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1 2
      src/main/java/com/goafanti/weChat/service/impl/PublicReleaseServiceImpl.java

+ 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++;
 			}
 		}