|
@@ -685,7 +685,7 @@ public class BocomVipAccountBasicInfoServiceImpl extends ServiceImpl<BocomVipAcc
|
|
|
pptmBodyRequest.setRgsnBookPurp("13");
|
|
|
} else if (basicInfo.getId() != null && CollectionUtil.isNotEmpty(basicInfo.getDeleteSilentIds())) {
|
|
|
//删除静默户
|
|
|
- pptmBodyRequest.setOprTp("40");
|
|
|
+ pptmBodyRequest.setOprTp("20");
|
|
|
pptmBodyRequest.setRgsnBookPurp("11");
|
|
|
List<Long> deleteSilentIds = basicInfo.getDeleteSilentIds();
|
|
|
BocomVipSilentAccountInfo silentAccountInfo = bocomVipSilentAccountInfoService.getById(deleteSilentIds.get(0));
|