|
@@ -1369,8 +1369,7 @@ namespace Dongke.IBOSS.PRD.Service.SystemModuleLogic
|
|
|
AccountID = 1
|
|
AccountID = 1
|
|
|
AND valueflag = '1'
|
|
AND valueflag = '1'
|
|
|
ORDER BY
|
|
ORDER BY
|
|
|
- isdefault DESC,
|
|
|
|
|
- displayno";
|
|
|
|
|
|
|
+ DECODE(LogoName, '无标', 1) , LogoName";
|
|
|
ServiceResultEntity sre = new ServiceResultEntity();
|
|
ServiceResultEntity sre = new ServiceResultEntity();
|
|
|
sre.Data = conn.GetSqlResultToDs(sqlString, null);
|
|
sre.Data = conn.GetSqlResultToDs(sqlString, null);
|
|
|
return sre;
|
|
return sre;
|