处理问题
This commit is contained in:
parent
cb9847a2da
commit
3e0593d46e
@ -51,7 +51,8 @@ public class KpiKhxzDdyCRunnable implements Runnable{
|
||||
updateParams.put("khYear", khYear);
|
||||
updateParams.put("khMonth", khMonth);
|
||||
updateParams.put("userId", userId);
|
||||
updateParams.put("C", totalScore);
|
||||
// 调度员和专管员有可能时一个人
|
||||
updateParams.put("C", totalScore > 30 ? 30 : totalScore);
|
||||
kpiKhxzDdyDao.updateC(updateParams);
|
||||
});
|
||||
KpiUpdateMonitor.getInstance().complete();
|
||||
|
Loading…
Reference in New Issue
Block a user