燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-04-27 c13d62bed986535319da834d64ce15e4ca13c396
src/main/java/com/yssh/service/impl/SuYuanServiceImpl.java
@@ -36,27 +36,29 @@
import com.yssh.utils.StringUtils;
import com.yssh.utils.TableStrategy;
import javax.annotation.Resource;
@Service
public class SuYuanServiceImpl implements ISuYuanService {
   protected final Logger logger = LoggerFactory.getLogger(this.getClass());
   @Autowired
   @Resource
   private SuYuanMapper suYuanMapper;
   @Autowired
   @Resource
   private IAsyncService asyncService;
   @Autowired
   @Resource
   private DictRecordMapper dictRecordMapper;
   @Autowired
   @Resource
   private ICommonService commonService;
   @Autowired
   @Resource
   private FeedbackMapper feedbackMapper;
   private SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHH");
   private final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHH");
   //@Transactional
   @Override