Showing
1 changed file
with
1 additions
and
1 deletions
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | where id = #{id,jdbcType=INTEGER} | 19 | where id = #{id,jdbcType=INTEGER} |
20 | </select> | 20 | </select> |
21 | 21 | ||
22 | - <select id="selectByOrderCode" parameterType="java.lang.Integer" resultMap="BaseResultMap"> | 22 | + <select id="selectByOrderCode" parameterType="java.lang.Long" resultMap="BaseResultMap"> |
23 | select | 23 | select |
24 | <include refid="Base_Column_List" /> | 24 | <include refid="Base_Column_List" /> |
25 | from appraise_order_goods | 25 | from appraise_order_goods |
-
Please register or login to post a comment