|
@@ -229,7 +229,7 @@ public class TechProjectServiceImpl extends BaseMybatisDao<TechProjectMapper> im
|
|
|
List<TechProject> tp = new ArrayList<>();
|
|
List<TechProject> tp = new ArrayList<>();
|
|
|
List<TechProjectLog> tpl = new ArrayList<>();
|
|
List<TechProjectLog> tpl = new ArrayList<>();
|
|
|
|
|
|
|
|
- for (int i = 0; i < contract.getPatentNum(); i++) {
|
|
|
|
|
|
|
+ for (int i = 0; i < contract.getTechProjectNum(); i++) {
|
|
|
TechProject p = new TechProject();
|
|
TechProject p = new TechProject();
|
|
|
TechProjectLog l = new TechProjectLog();
|
|
TechProjectLog l = new TechProjectLog();
|
|
|
p.setId(UUID.randomUUID().toString());
|
|
p.setId(UUID.randomUUID().toString());
|