...
|
...
|
@@ -19,7 +19,7 @@ |
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</select>
|
|
|
|
|
|
<select id="selectByOrderCode" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
|
<select id="selectByOrderCode" parameterType="java.lang.Long" resultMap="BaseResultMap">
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from appraise_order_goods
|
...
|
...
|
|