This commit is contained in:
zhangchenbiao
2024-04-16 17:39:07 +08:00
parent fca4c05bac
commit cf0b5927d7
9 changed files with 42 additions and 11 deletions

View File

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

View File

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