Procházet zdrojové kódy

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

release_toaliyun_real
Stormeye Wu před 7 roky
committed by luozukai
rodič
revize
927de4ae96
2 změnil soubory, kde provedl 0 přidání a 12 odebrání
  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 Zobrazit soubor

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

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



Načítá se…
Zrušit
Uložit