feature:客户信息开发

release
gaorl 2 years ago
parent 9393c09368
commit 1900a1da6f
  1. 2
      order-management-base-service/src/main/resources/mybatis/mapper/BuyerMapper.xml

@ -26,7 +26,7 @@
<result column="mdm_multicode_json" jdbcType="VARCHAR" property="mdmMulticodeJson"/>
<result column="status" jdbcType="VARCHAR" property="status"/>
<collection property="buyerEntityDetail" ofType="com.dxhy.order.baseservice.module.buyer.model.BuyerEntityDetail">
<id column="consumer_id" jdbcType="Integer" property="consumerId"/>
<id column="consumer_id" property="consumerId"/>
<result column="buyer_manage_id" jdbcType="VARCHAR" property="buyerManageId"/>
<result column="bank_name" jdbcType="VARCHAR" property="bankName"/>
<result column="bank_account" jdbcType="VARCHAR" property="bankAccount"/>

Loading…
Cancel
Save