补充推送

This commit is contained in:
liuyingfang 2023-07-11 14:09:22 +08:00
parent 8f1b329979
commit 056bd8169d
1 changed files with 3 additions and 0 deletions

View File

@ -502,6 +502,9 @@ public class MerchantChannelStatusServiceImpl extends ServiceImpl<MerchantChanne
case "2":
accountChannelVO.setOtherChannel("2");
break;
case "0":
accountChannelVO.setOtherChannel("0");
break;
default:
accountChannelVO.setOtherChannel("2");
}