Commit 399ffab5 by Joneq

完成所有的开发

parent 5c065d9b
Showing with 2 additions and 5 deletions
......@@ -147,11 +147,8 @@ func handleCurrentTable(tableName,currentDate string) {
if value.String() != "" {
//获取key和val并拼接字符串
//20210812 海关替换goods_id 为 hscode
if tableName == "Purchase_Order" && key.String()=="goods_id" {
currentKey += "hscode,"
}else{
currentKey += key.String() + ","
}
currentKey += key.String() + ","
valueString += "?,"
currentString = append(currentString,value.String())
......
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 sign in to comment