@@ -1,5 +0,0 @@
-spring:
- application:
- name: jeecg-system
- profiles:
- active: dev
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="org.jeecg.modules.adminwjdc.mapper.AdminTopicMapper">
-
- <select id="listNum" resultType="org.jeecg.modules.adminwjdc.entity.AdminTopic">
- select * from admin_topic ${ew.customSqlSegment} and DATE_FORMAT(create_time,'%Y%m')=DATE_FORMAT(CURDATE(),'%Y%m')
- </select>
-</mapper>
-<mapper namespace="org.jeecg.modules.adminwjdc2.mapper.AdminTopicMapper2">
- <select id="listNum" resultType="org.jeecg.modules.adminwjdc2.entity.AdminTopicTwo">
- select * from admin_topic2 ${ew.customSqlSegment} and DATE_FORMAT(create_time,'%Y%m')=DATE_FORMAT(CURDATE(),'%Y%m')