huangzhiguo hace 1 año
padre
commit
d0409cd853
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>