wuxw
2019-02-02 9454b49eeabd56894550f1419f14e96f9d10c2ef
CommunityService/src/main/java/com/java110/community/smo/impl/CommunityServiceSMOImpl.java
@@ -17,6 +17,8 @@
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;
@@ -31,6 +33,7 @@
@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 {