Commit 00811e7b authored by xiebaofa's avatar xiebaofa

修改字段类型

parent 0b18d42d
......@@ -18,7 +18,7 @@ public class ReturnPayKafkaBinlogToHBase {
"status STRING ,\n" +
"trad_desc STRING ,\n" +
"date STRING ,\n" +
"miyadate DATETIME,\n" +
"miyadate STRING,\n" +
"retotal_fee STRING ,\n" +
"cashier STRING ,\n" +
"posbatch STRING ,\n" +
......@@ -59,7 +59,7 @@ public class ReturnPayKafkaBinlogToHBase {
" status STRING ,\n" +
" trad_desc STRING ,\n" +
" date STRING ,\n" +
" miyadate DATETIME,\n" +
" miyadate STRING,\n" +
" retotal_fee STRING ,\n" +
" cashier STRING ,\n" +
" posbatch STRING ,\n" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment