|
@@ -1942,6 +1942,11 @@ namespace DigitalSchoolApi.Controllers |
|
|
{ |
|
|
{ |
|
|
sb.Append($" ClassNo='{item.CLASS_ID}',"); |
|
|
sb.Append($" ClassNo='{item.CLASS_ID}',"); |
|
|
} |
|
|
} |
|
|
|
|
|
//考生号 |
|
|
|
|
|
if (!string.IsNullOrEmpty(item.KSH)) |
|
|
|
|
|
{ |
|
|
|
|
|
sb.Append($" ksh='{item.KSH}',"); |
|
|
|
|
|
} |
|
|
if (!string.IsNullOrEmpty(item.FORMER_NAME)) |
|
|
if (!string.IsNullOrEmpty(item.FORMER_NAME)) |
|
|
{ |
|
|
{ |
|
|
sb.Append($" FORMER_NAME='{item.FORMER_NAME}',"); |
|
|
sb.Append($" FORMER_NAME='{item.FORMER_NAME}',"); |
|
@@ -2089,6 +2094,12 @@ namespace DigitalSchoolApi.Controllers |
|
|
fieleSb.Append("ClassNo,"); |
|
|
fieleSb.Append("ClassNo,"); |
|
|
sb.Append($" '{xsxx.CLASS_ID}',"); |
|
|
sb.Append($" '{xsxx.CLASS_ID}',"); |
|
|
} |
|
|
} |
|
|
|
|
|
//考生号 |
|
|
|
|
|
if (!string.IsNullOrEmpty(xsxx.KSH)) |
|
|
|
|
|
{ |
|
|
|
|
|
fieleSb.Append("ksh,"); |
|
|
|
|
|
sb.Append($" '{xsxx.KSH}',"); |
|
|
|
|
|
} |
|
|
if (!string.IsNullOrEmpty(xsxx.PINYIN)) |
|
|
if (!string.IsNullOrEmpty(xsxx.PINYIN)) |
|
|
{ |
|
|
{ |
|
|
fieleSb.Append("SpellFull,"); |
|
|
fieleSb.Append("SpellFull,"); |
|
|