wuxw
2022-05-10 ba5210dc8c6c537cacc59c18d58baa9744cd2b9d
service-acct/src/main/java/com/java110/acct/api/AccountBondApi.java
@@ -45,6 +45,8 @@
        AccountBondPo accountBondPo = BeanConvertUtil.covertBean(reqJson, AccountBondPo.class);
        //保证金类型默认未店铺类型,为6006,暂时写死方便后期扩展其他类型。
        accountBondPo.setBondType( "6006" );
        return saveAccountBondBMOImpl.save(accountBondPo);
    }