فهرست منبع

高龄补贴发放导出

qin 11 ماه پیش
والد
کامیت
9e1d3b3009
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/resources/mapper/statistics/OrderMapper.xml

+ 2 - 2
src/main/resources/mapper/statistics/OrderMapper.xml

@@ -510,7 +510,7 @@
 
     <select id="goldSendListSize" resultType="int">
         select count(*)
-        from ${dbName}_cutomer.c_gold_send d where d.yn = 0
+        from ${dbName}_customer.c_gold_send d where d.yn = 0
         and  ${ew.sqlSegment}
     </select>
 
@@ -528,7 +528,7 @@
         case when d.gold_type = 0 then '80-89周岁'
              when d.gold_type = 1 then '90-99周岁'
              when d.gold_type = 2 then '100周岁以上' end as goldTypeStr
-        from ${dbName}_cutomer.c_gold_send d
+        from ${dbName}_customer.c_gold_send d
         where d.yn = 0
         and d.id > #{start}
         and  ${ew.sqlSegment}