Browse Source

fix

master
winter 1 year ago
parent
commit
6a25604801
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      yqzjService/src/main/resources/mapper/YqzjLunBoTuMapper.xml

+ 1
- 1
yqzjService/src/main/resources/mapper/YqzjLunBoTuMapper.xml View File

@@ -11,7 +11,7 @@
<result column="link" jdbcType="VARCHAR" property="link"/>
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/>
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/>
<result column="new_open" jdbcType="INTEGER" property="serialNumber"/>
<result column="new_open" jdbcType="INTEGER" property="newOpen"/>
<result column="title" jdbcType="VARCHAR" property="title"/>
<result column="sub_title" jdbcType="VARCHAR" property="subTitle"/>
<result column="remark" jdbcType="VARCHAR" property="remark"/>


Loading…
Cancel
Save