yonge 6 лет назад
Родитель
Сommit
807c873ba0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentPaymentOrderMapper.xml

@@ -238,7 +238,7 @@
                           and spod.type_ =
                           and spod.type_ =
                               #{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler})
                               #{type,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler})
     </select>
     </select>
-    <select id="queryByCondition" resultMap="StudentPaymentOrder" parameterMap="map">
+    <select id="queryByCondition" resultMap="StudentPaymentOrder" parameterType="map">
         SELECT
         SELECT
         spo.*
         spo.*
         FROM
         FROM