Преглед на файлове

高龄补贴发放导出

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}