huangzhiguo 1 год назад
Родитель
Сommit
d0409cd853
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/StatisticsTypeMapper.xml

+ 1 - 1
src/main/resources/mapper/StatisticsTypeMapper.xml

@@ -4,4 +4,4 @@
     <update id="updataTypeNumber" parameterType="com.caimei365.commodity.model.po.StatisticsTypePo">
         insert into cm_statistics_type(typeId,clickTime) values (#{typeId},#{clickTime})
     </update>
-</mapper>
+</mapper>