Commit 5e1fb59d by Your Name Committed by chenzg

更新了上传文件的出现的问题

parent b4b920d6
......@@ -1608,7 +1608,9 @@ public class AttController {
}
}
if(speclist.size()>0){
specialdateservice.insertKqglAssoTeshuList(speclist);
for (SpecialDate specialDate:speclist) {
specialdateservice.insert(specialDate);
}
}
/**********/
......
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