forked from kidgrow-microservices-platform

houruijun
2020-11-02 f14deee7baaf82e7aad6fc81a2509ba88e869afd
kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/java/com/kidgrow/usercenter/mapper/SysUserLogsMapper.java
@@ -30,5 +30,5 @@
     * @param
     * @return SysUserLogs对象
     */
    SysUserLogs findByObject(SysUserLogs sysUserLogs);
    SysUserLogs findByObject(@Param("p") SysUserLogs sysUserLogs);
}