Selaa lähdekoodia

修改模版关联的指标数量完善

tags/正式3.10.0
雍文秀 1 vuosi sitten
vanhempi
commit
3a5b066698

+ 1
- 1
sapi/src/main/java/com/xhkjedu/sapi/mapper/assess/AssessTemplateMapper.java Näytä tiedosto

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

Loading…
Peruuta
Tallenna