fix print type scale bug

This commit is contained in:
st0
2021-09-13 17:45:22 +08:00
committed by wangzelin.wzl
parent 65e00203c5
commit c19f7ea941
25 changed files with 22507 additions and 22248 deletions

View File

@ -90,8 +90,7 @@ inline int obj_to_time<ObObj, true>(
const ObObj& date, ObObjType type, const ObTimeZoneInfo* tz_info, ObTime& ob_time, const int64_t cur_ts_value)
{
UNUSED(type);
UNUSED(cur_ts_value);
return ob_obj_to_ob_time_with_date(date, tz_info, ob_time);
return ob_obj_to_ob_time_with_date(date, tz_info, ob_time, cur_ts_value);
}
template <>
inline int obj_to_time<ObObj, false>(