|
@@ -675,7 +675,7 @@ public class GRPCController extends BaseController {
|
|
|
//拼接
|
|
|
sb.append(TOOLS_WORK_ORDER_SQL_DAILY_BEGIN);
|
|
|
if(chatReq.getJsSlq())
|
|
|
- sb.append(", AVG(JS_SLQ) 进水量");
|
|
|
+ sb.append(",AVG(JSL) 进水量");
|
|
|
if(chatReq.getJsCod())
|
|
|
sb.append(",AVG(JS_COD) 进水COD");
|
|
|
if(chatReq.getJsTn())
|
|
@@ -687,7 +687,7 @@ public class GRPCController extends BaseController {
|
|
|
if(chatReq.getJsSs())
|
|
|
sb.append(",AVG(JS_SS) 进水SS");
|
|
|
if(chatReq.getCsSlqc())
|
|
|
- sb.append(",AVG(CS_SLQC) 出水量");
|
|
|
+ sb.append(",AVG(CSL) 出水量");
|
|
|
if(chatReq.getCsCod())
|
|
|
sb.append(",AVG(CS_COD) 出水COD");
|
|
|
if(chatReq.getCsTn())
|
|
@@ -712,7 +712,7 @@ public class GRPCController extends BaseController {
|
|
|
//拼接
|
|
|
sb.append(TOOLS_WORK_ORDER_SQL_INDUSTRY_BEGIN);
|
|
|
if(chatReq.getJsSlq())
|
|
|
- sb.append(", AVG(JSL) 进水量");
|
|
|
+ sb.append(", AVG(JS_SLQ) 进水量");
|
|
|
if(chatReq.getJsCod())
|
|
|
sb.append(",AVG(JS_COD) 进水COD");
|
|
|
if(chatReq.getJsTn())
|
|
@@ -724,7 +724,7 @@ public class GRPCController extends BaseController {
|
|
|
if(chatReq.getJsSs())
|
|
|
sb.append(",AVG(JS_SS) 进水SS");
|
|
|
if(chatReq.getCsSlqc())
|
|
|
- sb.append(",AVG(CSL) 出水量");
|
|
|
+ sb.append(",AVG(CS_SLQC) 出水量");
|
|
|
if(chatReq.getCsCod())
|
|
|
sb.append(",AVG(CS_COD) 出水COD");
|
|
|
if(chatReq.getCsTn())
|