Browse Source

update 订单列表,考级报名列表

周箭河 5 years ago
parent
commit
5a151d1981

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/dal/page/DegreeQueryInfo.java

@@ -18,7 +18,7 @@ public class DegreeQueryInfo extends QueryInfo {
     private Integer sporadicId;
     private Integer sporadicId;
 
 
     /**
     /**
-     * 零星支付id
+     * 订单编号
      */
      */
     @ApiModelProperty(value = "订单编号", required = true)
     @ApiModelProperty(value = "订单编号", required = true)
     private String orderNo;
     private String orderNo;

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/DegreeRegistrationMapper.xml

@@ -7,6 +7,7 @@
         <id column="id_" jdbcType="INTEGER" property="id"/>
         <id column="id_" jdbcType="INTEGER" property="id"/>
         <result column="sporadic_id_" jdbcType="INTEGER" property="sporadicId"/>
         <result column="sporadic_id_" jdbcType="INTEGER" property="sporadicId"/>
         <result column="order_no_" jdbcType="VARCHAR" property="orderNo"/>
         <result column="order_no_" jdbcType="VARCHAR" property="orderNo"/>
+        <result column="trans_no_" jdbcType="VARCHAR" property="transNo"/>
         <result column="name_" jdbcType="VARCHAR" property="name"/>
         <result column="name_" jdbcType="VARCHAR" property="name"/>
         <result column="gender_" jdbcType="VARCHAR" property="gender"/>
         <result column="gender_" jdbcType="VARCHAR" property="gender"/>
         <result column="idcard_" jdbcType="VARCHAR" property="idcard"/>
         <result column="idcard_" jdbcType="VARCHAR" property="idcard"/>