dev_0531
郑皇 5 years ago
parent 916de5a5ac
commit f75764d826

@ -95,7 +95,7 @@ public class PmnPromotionSrcServiceImpl extends ServiceImpl<PmnPromotionSrcDOMap
Long type;
if (roleDO.getCode().equals("DZ-DIANZHANG")) {
type = 2L;
} else if (roleDO.getCode().equals("DZ-DAOGOU")) {
} else if (roleDO.getCode().equals("DG-DAOGOU")) {
type = 1L;
} else {
return lists;

Loading…
Cancel
Save