beetsql

重写生成sql文件

 updateByCondition
 ===
         ${SS}trim(){
                 <%
                 for(col in cols){
                  var colName=tableAlias+col;
                  var attr = @nc.getPropertyName(col);
                 %>
                         ${SS}if(${attr} != null){${SE}
                          ${colName}=${PS+attr+PE},
                         ${SS}}${SE}
                 <%}%>
         ${SS}}${SE}