ZeroLiYi преди 1 година
родител
ревизия
04f3f64ad9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/java/com/chinaitop/depot/system/mapper/BizUnitInfoMapper.xml

+ 2 - 2
src/main/java/com/chinaitop/depot/system/mapper/BizUnitInfoMapper.xml

@@ -152,13 +152,13 @@
152 152
   <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
153 153
     select 
154 154
     <include refid="Base_Column_List" />
155
-    from province_all.biz_unit_info
155
+    from province_all.biz_unit_info bui
156 156
     where id = #{id,jdbcType=VARCHAR}
157 157
   </select>
158 158
   <select id="getOrg" resultMap="BaseResultMap" parameterType="java.lang.String" >
159 159
     select
160 160
     <include refid="Base_Column_List" />
161
-    from biz_unit_info
161
+    from biz_unit_info bui
162 162
     where dwdm = #{dwdm,jdbcType=VARCHAR}
163 163
   </select>
164 164