数据库变更CNPC_XJYJ
This commit is contained in:
@@ -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;\">");
|
||||
|
||||
Reference in New Issue
Block a user