wuxw
2019-02-02 9454b49eeabd56894550f1419f14e96f9d10c2ef
StoreService/src/main/java/com/java110/store/smo/impl/StoreServiceSMOImpl.java
@@ -29,6 +29,8 @@
import com.java110.store.dao.IStoreServiceDao;
import com.java110.store.smo.IStoreServiceSMO;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -44,6 +46,7 @@
@Transactional
public class StoreServiceSMOImpl extends BaseServiceSMO implements IStoreServiceSMO {
    private final static Logger logger = LoggerFactory.getLogger(StoreServiceSMOImpl.class);
        @Override
        public JSONObject service(BusinessServiceDataFlow businessServiceDataFlow) throws SMOException {