v2.0.0GA
This commit is contained in:
shimingxy
2020-07-04 09:43:15 +08:00
parent 585397b926
commit ca3d6e036b
26 changed files with 730 additions and 797 deletions

View File

@@ -9,11 +9,11 @@
<if test="name != null and name != '' ">
AND NAME like '%#{name}%'
</if>
<if test="pId != null and pId != '' ">
AND PID = #{pId}
<if test="parentId != null and parentId != '' ">
AND PARENTID = #{parentId}
</if>
<if test="pName != null and pName != ''">
AND PNAME like '%#{pName}%'
<if test="parentName != null and parentName != ''">
AND PARENTNAME like '%#{parentName}%'
</if>
</sql>
@@ -41,8 +41,8 @@
<if test="enable != null">
ADN STATUS = '1'
</if>
<if test="xPath != null">
ADN XPATH = #{xPath}
<if test="codePath != null">
ADN CODEPATH = #{codePath}
</if>
</update>