@@ -22,7 +22,7 @@ public interface AssessTemplateMapper extends TkMapper<TAssessTemplate> {
List<Integer> listQutosByTemplateid(Integer templateid);
//修改模版关联的指标数量
- void updateQuotanum(@Param("templateid") List<Integer> templateids);
+ void updateQuotanum(@Param("templateids") List<Integer> templateids);
//获取指标关联模版id
List<Integer> listTeimplateidsByQutoaid(Integer quotaid);