Fix onlyPkMaster in sync entity
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package it.integry.ems.sync;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
import com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement;
|
||||
import it.integry.annotations.PostContextConstruct;
|
||||
@@ -50,7 +49,7 @@ public class AsyncHistoryManager {
|
||||
@Autowired
|
||||
private ResponseJSONObjectMapper jsonObjectMapper;
|
||||
|
||||
@JsonIgnore
|
||||
@Autowired
|
||||
protected EntityPropertyHolder entityHolder;
|
||||
|
||||
//Implement check list like distribuzione
|
||||
|
||||
Reference in New Issue
Block a user