qin vor 1 Jahr
Ursprung
Commit
583a95f7ed
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      src/main/resources/mapper/statistics/OrderMapper.xml

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

@@ -147,9 +147,9 @@
     </select>
 
     <select id="getSubsidyCustomerMealList" resultType="com.poteviohealth.cgp.statistics.model.outdto.Customer">
-        select IFNULL(now_city_id,(select p.address_city_id from ${dbName}_common.f_operator p where p.id = operator_id)) as cityId,
-               IFNULL(now_country_id,-1) AS countryId,
-               IFNULL(now_street_id,-1) AS streetId
+        select IFNULL(now_city_id,(select p.address_city_id from ${dbName}_common.f_operator p where p.id = operator_id)) as nowCityId,
+               IFNULL(now_country_id,-1) AS nowCountryId,
+               IFNULL(now_street_id,-1) AS nowStreetId
         from ${dbName}_customer.c_customer_subsidy_${operatorId}
          where yn = 0
          and ${ew.sqlSegment}