|
|
@@ -83,7 +83,6 @@ public class TaskScoreServiceImpl extends BaseMybatisDao<TaskScoreMapper> implem
|
|
|
*/
|
|
|
private void updateAdminByTid(Integer tid) {
|
|
|
List<TOrderTaskBo> tOrderTaskBos = tOrderTaskMapper.selectAdminTaskByTid(tid);
|
|
|
- int size = tOrderTaskBos.size();
|
|
|
String aid=null;
|
|
|
//项目数量
|
|
|
int htSatCount = 0,htSatScoreCount = 0,memberCount=0,memberScoreCount = 0;
|