|
@@ -849,7 +849,7 @@ public class RepairProduceDataUploadServiceImpl implements RepairProduceDataUplo
|
|
|
fjt.setId(fj.getFjguid());
|
|
|
fjt.setLastModifiedBy(fj.getLastModifiedBy());
|
|
|
fjt.setLastModifiedDate(fj.getLastModifiedDate());
|
|
|
- itfTblwxjsfjjyktService.saveOrUpdate(fjt);
|
|
|
+ itfTblwxjsfjjyktService.save(fjt);
|
|
|
}
|
|
|
|
|
|
@NotNull
|