|
@@ -10213,8 +10213,6 @@ ORDER by gctggrc.id DESC
|
|
|
[ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
|
public async Task<IActionResult> PostHotelAutoAuditTest(int diid,int dataId)
|
|
|
{
|
|
|
-
|
|
|
-
|
|
|
#region 应用推送
|
|
|
|
|
|
try
|
|
@@ -11181,6 +11179,8 @@ ORDER by gctggrc.id DESC
|
|
|
#endregion
|
|
|
|
|
|
builder.EndTable();
|
|
|
+
|
|
|
+ //换行
|
|
|
builder.Writeln("");
|
|
|
builder.Writeln("");
|
|
|
}
|