add sql statements output ,change defalt config info

This commit is contained in:
谢小军
2019-11-22 11:37:51 +08:00
parent 9617450e6b
commit 326b6b419a
4 changed files with 12 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ func (s *GenStruct) AddElement(e ...GenElement) {
// Generates Get the result data.获取结果数据
func (s *GenStruct) Generates() []string {
var p generate.PrintAtom
if !config.GetSimple() {
if config.GetIsOutSQL() {
p.Add("/******sql******")
p.Add(s.SQLBuildStr)
p.Add("******sql******/")