傅行帆 5 år sedan
förälder
incheckning
57189dd7b2
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      pom.xml
  2. 1
    1
      src/main/resources/mapper/statistic/TsCustomerStatisticDailyMapper.xml

+ 1
- 1
pom.xml Visa fil

@@ -203,7 +203,7 @@
203 203
 				<includes>
204 204
 					<include>application.yml</include>
205 205
 					<include>application-${profiles.active}.yml</include>
206
-					<include>mapper/*.xml</include>
206
+					<include>mapper/**/*.xml</include>
207 207
 				</includes>
208 208
 			</resource>
209 209
 		</resources>

+ 1
- 1
src/main/resources/mapper/statistic/TsCustomerStatisticDailyMapper.xml Visa fil

@@ -51,7 +51,6 @@
51 51
         GROUP BY
52 52
             c.org_id,c.realty_consultant
53 53
     </select>
54
-
55 54
     <select id="getDailyList" resultType="com.huiju.estateagents.statistic.entity.TsCustomerStatisticDaily">
56 55
         SELECT
57 56
           *
@@ -65,4 +64,5 @@
65 64
         AND date_format( create_date, '%Y-%m-%d' ) &lt;= date_format( #{nowDate}, '%Y-%m-%d' )
66 65
         order by `day`
67 66
     </select>
67
+
68 68
 </mapper>