数据库变更CNPC_XJYJ

This commit is contained in:
2025-08-04 18:04:41 +08:00
parent bafbf97359
commit 79a7f35e22
679 changed files with 5590 additions and 3465 deletions
+2 -2
View File
@@ -1401,7 +1401,7 @@
/// <returns></returns>
public static string GetTestRecordHtml(string testRecordId)
{
Model.SGGLDB db = Funs.DB;
Model.CNPCDB db = Funs.DB;
StringBuilder sb = new StringBuilder();
var getTestRecord = TestRecordService.GetTestRecordById(testRecordId);
if (getTestRecord != null)
@@ -1605,7 +1605,7 @@
/// <returns></returns>
public static string GetSendCardHtml(string personIds)
{
Model.SGGLDB db = Funs.DB;
Model.CNPCDB db = Funs.DB;
StringBuilder sb = new StringBuilder();
sb.Append("<meta http-equiv=\"content-type\" content=\"application/word; charset=UTF-8\"/>");
sb.Append("<table width=\"100% \" cellspacing=\"0\" rules=\"all\" border=\"0\" style=\"border-collapse:collapse;\">");