瀏覽代碼

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

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