fanli/src/main/java/com/yeshi/fanli/service/impl/hongbao/ThreeSaleExtraInfoSerivceImpl.java
@@ -1,5 +1,7 @@ package com.yeshi.fanli.service.impl.hongbao; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; @@ -45,6 +47,16 @@ } @Override public List<ThreeSaleExtraInfo> listbyBossIdAndWorkerId(Long bossId, Long workerId) { return threeSaleExtraInfoMapper.listbyBossIdAndWorkerId(bossId, workerId); } @Override public int deleteByBossIdAndWorkerId(Long bossId, Long workerId) { return threeSaleExtraInfoMapper.deleteByBossIdAndWorkerId(bossId, workerId); }