|
@ -70,10 +70,16 @@ public interface CustomerFootBarDao extends BaseDao<CustomerFootBarEntity> { |
|
|
@Param("appType") String appType, |
|
|
@Param("appType") String appType, |
|
|
@Param("barKey") String barKey); |
|
|
@Param("barKey") String barKey); |
|
|
|
|
|
|
|
|
|
|
|
CustomerFootBarEntity getByAppTypeAndBarNameOfCustomer(@Param("customerId") String customerId, |
|
|
|
|
|
@Param("appType") String appType, |
|
|
|
|
|
@Param("barName") String barName); |
|
|
|
|
|
|
|
|
List<CustomerFootBarEntity> listByAppTypeAndCustomerId(@Param("customerId") String customerId, |
|
|
List<CustomerFootBarEntity> listByAppTypeAndCustomerId(@Param("customerId") String customerId, |
|
|
@Param("appType") String appType); |
|
|
@Param("appType") String appType); |
|
|
|
|
|
|
|
|
void updateDisplayStatus(@Param("id") String id, @Param("display") Boolean display); |
|
|
void updateDisplayStatus(@Param("id") String id, @Param("display") Boolean display); |
|
|
|
|
|
|
|
|
List<String> listFootBarOwnerCustomerIds(); |
|
|
List<String> listFootBarOwnerCustomerIds(); |
|
|
|
|
|
|
|
|
|
|
|
void physicsDeleteById(@Param("id") String id); |
|
|
} |
|
|
} |