1. 修改 查詢報表sql字串限制
This commit is contained in:
parent
03c2bc0a46
commit
3f00ebf4a5
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user