选址
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
<select id="getRecommendPointList" resultMap="BaseResultMap">
|
||||
select
|
||||
id,
|
||||
point_id as pointId,
|
||||
line_id as lineId,
|
||||
development_manager as developmentManager,
|
||||
point_id,
|
||||
line_id,
|
||||
development_manager,
|
||||
status,
|
||||
reason
|
||||
from
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
select
|
||||
<include refid="allColumn"/>
|
||||
from
|
||||
where shop_id = #{shopId} and deleted = 0
|
||||
xfsg_shop_rent_info
|
||||
where shop_id = #{shopId} and deleted = 0
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user