Explorar el Código

-修改代码生成模板

jiangbiao hace 2 años
padre
commit
0aa7ea3919
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      master/src/main/resources/vm/xml/mapper.xml.vm

+ 1 - 1
master/src/main/resources/vm/xml/mapper.xml.vm

@@ -55,8 +55,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 #end
 #end
 #end
-        </where>
         and del_flag = 0
+        </where>
     </select>
 
     <select id="select${ClassName}By${pkColumn.capJavaField}" parameterType="${pkColumn.javaType}" resultMap="#if($table.sub)${ClassName}${subClassName}Result#else${ClassName}Result#end">