feat:系统建店相关代码
refactor:鲜丰系统API回调优化
This commit is contained in:
@@ -190,8 +190,16 @@
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
<select id="getDataByShopIdAndLineId" resultType="com.cool.store.entity.PointInfoDO">
|
||||
SELECT
|
||||
<include refid="allColumn"/>
|
||||
FROM xfsg_point_info
|
||||
WHERE shop_id = #{shopId}
|
||||
AND line_id = #{lineId}
|
||||
AND deleted = 0
|
||||
</select>
|
||||
|
||||
<update id="recyclePoint">
|
||||
<update id="recyclePoint">
|
||||
update xfsg_point_info set line_id = null, shop_id = null, select_status = 0, update_time = now(), point_status = if(point_status = 6, 5, point_status)) where id = #{pointId}
|
||||
</update>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user