| | |
| | | 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 |