Skip to content

Commit

Permalink
sql adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
skyesx committed Apr 9, 2017
1 parent 46ab2ad commit 14fe1d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper namespace="com.roncoo.pay.reconciliation.dao.impl.RpAccountCheckBatchDaoImpl">

<sql id="table_name">RP_ACCOUNT_CHECK_BATCH</sql>
<sql id="table_name">rp_account_check_batch</sql>

<resultMap id="BaseResultMap" type="com.roncoo.pay.reconciliation.entity.RpAccountCheckBatch">
<id column="id" property="id" jdbcType="VARCHAR" />
Expand Down

0 comments on commit 14fe1d0

Please sign in to comment.