定时器,欢迎语

dev
zhenghuang 5 years ago
parent 4d3822eb3e
commit 1eba5e6ecc

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

Loading…
Cancel
Save