diff --git a/src_app_fresh/apx/com/amarsoft/als/base/awe/AbstractAweDoQueryManage.java b/src_app_fresh/apx/com/amarsoft/als/base/awe/AbstractAweDoQueryManage.java index a7ccc607e..fe2f02dbe 100644 --- a/src_app_fresh/apx/com/amarsoft/als/base/awe/AbstractAweDoQueryManage.java +++ b/src_app_fresh/apx/com/amarsoft/als/base/awe/AbstractAweDoQueryManage.java @@ -655,8 +655,8 @@ public abstract class AbstractAweDoQueryManage extends AbstractAweDoHandler { } String sSql = "SELECT " + sJboQuery + " "; - sSql += "FROM " + sJboFrom + this.sJboWhere + this.sJboOrder + " " - + this.sJboGroup; + sSql += "FROM " + sJboFrom + this.sJboWhere + this.sJboGroup + " " + + this.sJboOrder; logger.debug("sql:" + sSql); BizObjectManager classManage = JBOFactory .getBizObjectManager(this.sJboClass);