修改了插入数据时发生错误时输出错误sql语句
修改了插入数据时字符串数据‘号的问题
diff --git a/convert-example.json b/convert-example.json
index 2053606..def9d61 100755
--- a/convert-example.json
+++ b/convert-example.json
@@ -38,7 +38,7 @@
                         OPENDATE, CLOSEDATE, CARDVERNO, LASTSAVED",

         "remark": "导入卡表前更新 begin_time 不能为空",

         "pre_exec" : ["update ykt_cur.t_pif_card set begin_time='20061001' where card_id=43430"],

-        "dst_pre_exec": ["update t_card where cardid=10"],

+        "pre_dst_exec": ["update t_card where cardid=10"],

         "post_exec": ["update t_card set cardphytype=20"]

     }

 ]