|
@@ -165,6 +165,7 @@ public class JyMaterialListServiceImpl implements IJyMaterialListService {
|
|
|
public void insertKeyWord(String type, String keyWord) {
|
|
|
jyMaterialListMapper.insertKeyWord(type, keyWord);
|
|
|
keyList = new ArrayList<>();
|
|
|
+ getKeyList();
|
|
|
}
|
|
|
|
|
|
private void checkText(String signature, String videoUrl) {
|