| | |
| | | import com.java110.entity.center.DataFlowLog; |
| | | import com.java110.event.service.BusinessServiceDataFlowEventPublishing; |
| | | import com.java110.community.smo.ICommunityServiceSMO; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | |
| | | @Transactional |
| | | public class CommunityServiceSMOImpl extends BaseServiceSMO implements ICommunityServiceSMO { |
| | | |
| | | private final static Logger logger = LoggerFactory.getLogger(CommunityServiceSMOImpl.class); |
| | | |
| | | @Override |
| | | public JSONObject service(BusinessServiceDataFlow businessServiceDataFlow) throws SMOException { |