瀏覽代碼

[电表管理][修改][字段问题]

release_toaliyun_real
gongbiao 6 年之前
父節點
當前提交
0cad8fd21c
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxMerchantPowerBillConfigMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxMerchantPowerBillConfigMapper.xml 查看文件

@@ -7,8 +7,8 @@
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/> <result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/>
<result column="merchant_id" jdbcType="BIGINT" property="merchantId"/> <result column="merchant_id" jdbcType="BIGINT" property="merchantId"/>
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/> <result column="merchant_name" jdbcType="VARCHAR" property="merchantName"/>
<result column="merchant_type" jdbcType="VARCHAR" property="merchantType"/>
<result column="build_way" jdbcType="VARCHAR" property="buildway"/>
<result column="merchant_type" jdbcType="INTEGER" property="merchantType"/>
<result column="build_way" jdbcType="INTEGER" property="buildWay"/>
<result column="price" jdbcType="VARCHAR" property="price"/> <result column="price" jdbcType="VARCHAR" property="price"/>
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/> <result column="create_date" jdbcType="TIMESTAMP" property="createDate"/>
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/> <result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/>


Loading…
取消
儲存