|
|
@@ -120,6 +120,10 @@ public class GroupFunServiceImpl implements GroupsFuncService {
|
|
|
if (goodsId == Constant.CLAUDE_CODE_GOODS_ID) {
|
|
|
account = Constant.CLAUDE_CODE_ONLY_ACCOUNT;
|
|
|
}
|
|
|
+ //nano code
|
|
|
+ if (goodsId == Constant.NANO_GOODS_ID) {
|
|
|
+ account = Constant.NANO_ONLY_ACCOUNT;
|
|
|
+ }
|
|
|
AccountView accountView = beanSearcher.searchFirst(AccountView.class, MapUtils.builder()
|
|
|
.field(AccountView::getGoodsId, goodsId)
|
|
|
.field(AccountView::getAccount, account).
|