@@ -44,7 +44,6 @@ public class AgentAuditServiceImpl extends ServiceImpl<IAgentAuditMapper, AgentA
agentAuditEntity.setUpdateTime(new Date());
agentAuditEntity.setRecStatus("A");
agentAuditEntity.setNoteType(1);
- agentAuditEntity.setState(1);
this.save(agentAuditEntity);
}