qin 1 год назад
Родитель
Сommit
50181d37cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/statistics/OrderMapper.xml

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

@@ -192,7 +192,7 @@
     </select>
     </select>
 
 
     <select id="queryIntegralProduct" resultType="com.poteviohealth.cgp.statistics.model.outdto.Product">
     <select id="queryIntegralProduct" resultType="com.poteviohealth.cgp.statistics.model.outdto.Product">
-        select provider_id,parent_category_id from ${dbName}_product.p_product where operaotr_id = ${operatorId} yn = 0 and own_status = 1 and tags like '%8962319%'
+        select provider_id,parent_category_id from ${dbName}_product.p_product where operaotr_id = #{operatorId} and  yn = 0 and own_status = 1 and tags like '%8962319%'
     </select>
     </select>
 
 
     <select id="getIntegralCardAccOperatorIdList" resultType="java.lang.Integer">
     <select id="getIntegralCardAccOperatorIdList" resultType="java.lang.Integer">