|
@@ -30,7 +30,7 @@ namespace DllService
|
|
[ProgId("DllService.MESHelper")]
|
|
[ProgId("DllService.MESHelper")]
|
|
public class MESHelper : IMESHelper
|
|
public class MESHelper : IMESHelper
|
|
{
|
|
{
|
|
- //用于拼接SQL
|
|
|
|
|
|
+ //用于拼接SQL
|
|
StringBuilder sql = new StringBuilder();
|
|
StringBuilder sql = new StringBuilder();
|
|
//用于存放批量执行的SQL
|
|
//用于存放批量执行的SQL
|
|
List<string> sqls = new List<string>();
|
|
List<string> sqls = new List<string>();
|