dev_0531
郑皇 5 years ago
parent 916de5a5ac
commit f75764d826

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

Loading…
Cancel
Save