|
|
@ -26,12 +26,14 @@ |
|
|
|
update customer_foot_bar |
|
|
|
set ORDER_INDEX = #{orderIndex} |
|
|
|
where ID = #{id} |
|
|
|
and DEL_FLAG='0' |
|
|
|
</update> |
|
|
|
|
|
|
|
<update id="updateDisplayStatus"> |
|
|
|
update customer_foot_bar |
|
|
|
set DISPLAY=#{display} |
|
|
|
where ID = #{id} |
|
|
|
and DEL_FLAG='0' |
|
|
|
</update> |
|
|
|
|
|
|
|
<!--物理删除--> |
|
|
@ -161,6 +163,7 @@ |
|
|
|
where CUSTOMER_ID = #{customerId} |
|
|
|
and APP_TYPE = #{appType} |
|
|
|
and BAR_KEY = #{barKey} |
|
|
|
and DEL_FLAG='0' |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="listByAppTypeAndCustomerId" resultType="com.epmet.entity.CustomerFootBarEntity"> |
|
|
@ -191,6 +194,7 @@ |
|
|
|
select distinct CUSTOMER_ID |
|
|
|
from customer_foot_bar fb |
|
|
|
where CUSTOMER_ID != 'default' |
|
|
|
and DEL_FLAG='0' |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getByAppTypeAndBarNameOfCustomer" resultType="com.epmet.entity.CustomerFootBarEntity"> |
|
|
@ -215,6 +219,7 @@ |
|
|
|
where CUSTOMER_ID = #{customerId} |
|
|
|
and APP_TYPE = #{appType} |
|
|
|
and BAR_NAME = #{barName} |
|
|
|
and DEL_FLAG='0' |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectNotOnlineFootBars" parameterType="map" resultType="com.epmet.entity.CustomerFootBarEntity"> |
|
|
|