framework/src/main/java/com/yuanchu/mom/mapper/SystemLogMapper.java
@@ -22,5 +22,8 @@
    @Select("select coalesce(count(id), 0) from ${tableName} where create_time like concat('%', #{date}, '%')")
    int countRowsByNow(String tableName, String date);
    @Select("select coalesce(count(id), 0) from ${tableName} where examine_time like concat('%', #{date}, '%')")
    int countRowsByNow2(String tableName, String date);
}