LIVE_YE %!s(int64=3) %!d(string=hai) anos
pai
achega
b8d2d491da

+ 3 - 1
boman-web-core/src/main/resources/mapper/QianshanGridMapper.xml

@@ -78,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="gridPhone != null">grid_phone,</if>
             <if test="gridLevel != null">grid_level,</if>
             <if test="parentGridId != null">parent_grid_id,</if>
+            <if test="parentGridName != null">parent_grid_name,</if>
 
             <if test="regionId != null">region_id,</if>
             <if test="region != null">region,</if>
@@ -103,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="gridPhone != null">#{gridPhone},</if>
             <if test="gridLevel != null">#{gridLevel},</if>
             <if test="parentGridId != null">#{parentGridId},</if>
-
+            <if test="parentGridName != null">#{parentGridName},</if>
 
             <if test="regionId != null">#{regionId},</if>
             <if test="region != null">#{region},</if>
@@ -131,6 +132,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="gridPhone != null">grid_phone = #{gridPhone},</if>
             <if test="gridLevel != null">grid_level = #{gridLevel},</if>
             <if test="parentGridId != null">parent_grid_id = #{parentGridId},</if>
+            <if test="parentGridName != null">parent_grid_name = #{parentGridName},</if>
 
             <if test="regionId != null">region_id = #{regionId},</if>
             <if test="region != null">region = #{region},</if>