1. 修改 查詢報表sql字串限制

This commit is contained in:
Kai 2021-09-13 14:34:40 +08:00
parent 03c2bc0a46
commit 3f00ebf4a5

View File

@ -50,7 +50,7 @@ namespace SolarPower.Repository.Implement
conn.Open();
try
{
string sql = "";
string sql = "SET SESSION group_concat_max_len = 102400;";
switch(post.FormType)
{
case 0: