sql

sql = "UPDATE xsT_marketMain SET tf_mkInvoice2    = DSum('tf_allocateAmount','xsT_invoicesDetail','tf_HDid=" + record.tf_HDid + "') WHERE tf_id=" + record.tf_HDid;
objConn.execute(sql);
posted on 2019-11-15 16:27  xsSystem  阅读(83)  评论(0编辑  收藏  举报