ソースを参照

[解单][添加][开发解单api]

release_toaliyun_real
luozukai 7年前
コミット
30489b452f
2個のファイルの変更5行の追加2行の削除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
  2. +4
    -1
      mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml ファイルの表示

@@ -217,7 +217,7 @@
</select>

<select id="findQrcodeEmptyList" resultMap="BaseResultMap">
select * from wx_merchant where qr_code is null limit 1;
select * from wx_merchant where qr_code is null;
</select>




+ 4
- 1
mallinkService/src/main/resources/mapper/WxMerchantTradeDailyMapper.xml ファイルの表示

@@ -107,10 +107,13 @@
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName" />
<result column="b_user_name" jdbcType="VARCHAR" property="bUserName" />
<result column="b_user_phone" jdbcType="VARCHAR" property="bUserPhone"/>

<result column="trade_count" property="tradeCount" />
<result column="proof" property="proof"/>
</resultMap>

<sql id="allColumnsVo">
mtd.id as id, m.tenant_id as tenant_id, m.id as merchant_id, mtd.b_user_id as b_user_id, mtd.trade_amt as trade_amt, mtd.create_date as create_date,mtd.update_date as update_date,mtd.report_date as report_date, m.name as merchant_name, mbu.name as b_user_name, mbu.phone as b_user_phone
mtd.id as id, m.tenant_id as tenant_id, m.id as merchant_id, mtd.b_user_id as b_user_id, mtd.trade_amt as trade_amt, mtd.create_date as create_date,mtd.update_date as update_date,mtd.report_date as report_date, m.name as merchant_name, mbu.name as b_user_name, mbu.phone as b_user_phone,trade_count,proof
</sql>

<select id="findListVo" parameterType="com.iformall.domain.vo.WxMerchantTradeDailyVo" resultMap="BaseResultMapVo">


読み込み中…
キャンセル
保存