|
|
@ -77,8 +77,10 @@ public class PmnPromotionSrcServiceImpl extends ServiceImpl<PmnPromotionSrcDOMap
|
|
|
|
private IPmnPromotionSrcService pmnPromotionSrcService;
|
|
|
|
private IPmnPromotionSrcService pmnPromotionSrcService;
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|
private IPmnActivityStoreRelationService pmnActivityStoreRelationService;
|
|
|
|
private IPmnActivityStoreRelationService pmnActivityStoreRelationService;
|
|
|
|
@Value("debug-staff-code")
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${debug-staff-code}")
|
|
|
|
private String debugStaffCode;
|
|
|
|
private String debugStaffCode;
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
@Transactional
|
|
|
|
@Transactional
|
|
|
|
public List<PromotionSrcVO> listUserCodes(Long userId) throws Exception {
|
|
|
|
public List<PromotionSrcVO> listUserCodes(Long userId) throws Exception {
|
|
|
|