|
|
@@ -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
|
|