Type 接口[重要] Type接口完整的定义: public interface java.lang.reflect.Type { /** * Returns a string describing this type, including information about any type parameters. * @implSpec The default implementation calls {@code toString}. * @return a string describ…
修改 type 类型 UPDATE wd_order2 SET info = array_append(info, row(2,100001, now() )::info ) WHERE id_order=1000000028 '{"(32767,\"1000000008\",\"2014-11-02 10:55:59\")","(32,\"1000000008\",\"2014-11-02 11:0…