|
@@ -25,10 +25,7 @@ import java.security.KeyManagementException;
|
|
import java.security.NoSuchAlgorithmException;
|
|
import java.security.NoSuchAlgorithmException;
|
|
import java.security.NoSuchProviderException;
|
|
import java.security.NoSuchProviderException;
|
|
import java.text.SimpleDateFormat;
|
|
import java.text.SimpleDateFormat;
|
|
-import java.util.Date;
|
|
|
|
-import java.util.HashMap;
|
|
|
|
-import java.util.List;
|
|
|
|
-import java.util.Map;
|
|
|
|
|
|
+import java.util.*;
|
|
|
|
|
|
/**
|
|
/**
|
|
* <p>
|
|
* <p>
|
|
@@ -169,6 +166,7 @@ public class MouldServiceImpl extends ServiceImpl<MouldMapper, Mould> implements
|
|
//添加通知消息
|
|
//添加通知消息
|
|
Project project = projectMapper.selectById(mould.getProjectId());
|
|
Project project = projectMapper.selectById(mould.getProjectId());
|
|
//查询到参与该项目的人
|
|
//查询到参与该项目的人
|
|
|
|
+// Set<Integer>
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|