Commit 93cb50ff by hzc

不算同期单位得分

parent ad5a4e1a
......@@ -160,11 +160,11 @@ public class StartCompareUnitCalActor extends AbstractActor{
logger.info("进行后执行对标单元计算....");
}
} else {
if (!calTypeExeList.isEmpty()) {
if (!calTypeExeList.isEmpty()&&calTypeExeList.get(0).getDate().equals(currentDate)) {
if ("0".equals(isTest)) {
logger.info("计算试运行对标单元单位评分......");
logger.info("计算试运行对标单元单位评分......date={}",calTypeExeList.get(0).getDate());
} else {
logger.info("计算对标单元单位评分......");
logger.info("计算对标单元单位评分......date={}",calTypeExeList.get(0).getDate());
}
for (CompareUnitDef unitDef : calTypeExeList) {
//试运行
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment