Przeglądaj źródła

[去除删除][修改]:去除删除语句

release_toaliyun_real
Stormeye Wu 7 lat temu
committed by luozukai
rodzic
commit
927de4ae96
2 zmienionych plików z 0 dodań i 12 usunięć
  1. +0
    -7
      mallinkService/src/main/java/com/iformall/service/WxCouponChannelService.java
  2. +0
    -5
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java

+ 0
- 7
mallinkService/src/main/java/com/iformall/service/WxCouponChannelService.java Wyświetl plik

@@ -67,13 +67,6 @@ public interface WxCouponChannelService {
*/
ResultData saveOrUpdate(WxCouponChannel record);

/**
* 根据Id删除实体
*
* @param id
*/
void deleteById(Long id);

ResultData addBatch(String[] ids, String[] channelId, String tanantId, Date beginTime, Date endTime);

void updateStatusByCouponId(Long couponId,String tenantId,int status);


+ 0
- 5
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java Wyświetl plik

@@ -108,11 +108,6 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
return new ResultData();
}

@Override
public void deleteById(Long id) {
wxCouponChannelMapper.deleteByPrimaryKey(id);
}

@Override
public ResultData addBatch(String[] ids, String[] channelId, String tanantId, Date beginTime, Date endTime) {



Ładowanie…
Anuluj
Zapisz