Commit 751b7775 authored by liao_ds's avatar liao_ds

报表-会员整改计数

parent 7da87fd4
...@@ -513,10 +513,10 @@ public class MemberTallyServiceImpl implements IMemberTallyService { ...@@ -513,10 +513,10 @@ public class MemberTallyServiceImpl implements IMemberTallyService {
if (typeEnum != null) { if (typeEnum != null) {
switch (typeEnum) { switch (typeEnum) {
case TO_BE_SEND_NOTICE_COUNT: case TO_BE_SEND_NOTICE_COUNT:
tallyBO.setToBeSendNoticeCount(tallyBO.getToBeSendNoticeCount() + noticeVO.getReduceCount()); tallyBO.setToBeSendNoticeCount(tallyBO.getToBeSendNoticeCount() + noticeVO.getIncreaseCount());
break; break;
case TO_BE_CONFIRM_NOTICE_COUNT: case TO_BE_CONFIRM_NOTICE_COUNT:
tallyBO.setToBeConfirmNoticeCount(tallyBO.getToBeConfirmNoticeCount() + noticeVO.getReduceCount()); tallyBO.setToBeConfirmNoticeCount(tallyBO.getToBeConfirmNoticeCount() + noticeVO.getIncreaseCount());
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment