|
@@ -96,8 +96,8 @@
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
- pay_id, pay_mode, station_id, station_name, image_photos_flag, card_enabled_flag,
|
|
|
- preferential_way_share_flag, other_preferential_way, pay_print_num, pay_callback_page,
|
|
|
+ pay_id, pay_mode, station_id, station_name, image_photos_flag, card_enabled_flag,
|
|
|
+ preferential_way_share_flag, other_preferential_way, pay_print_num, pay_callback_page,
|
|
|
ws_print_flag
|
|
|
</sql>
|
|
|
<sql id="Blob_Column_List">
|
|
@@ -150,7 +150,7 @@
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
- select
|
|
|
+ select
|
|
|
<include refid="Base_Column_List" />
|
|
|
,
|
|
|
<include refid="Blob_Column_List" />
|
|
@@ -180,15 +180,15 @@
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
- insert into station_pay_manage (pay_id, pay_mode, station_id,
|
|
|
- station_name, image_photos_flag, card_enabled_flag,
|
|
|
- preferential_way_share_flag, other_preferential_way,
|
|
|
- pay_print_num, pay_callback_page, ws_print_flag,
|
|
|
+ insert into station_pay_manage (pay_id, pay_mode, station_id,
|
|
|
+ station_name, image_photos_flag, card_enabled_flag,
|
|
|
+ preferential_way_share_flag, other_preferential_way,
|
|
|
+ pay_print_num, pay_callback_page, ws_print_flag,
|
|
|
activity_pic)
|
|
|
- values (#{payId,jdbcType=INTEGER}, #{payMode,jdbcType=VARCHAR}, #{stationId,jdbcType=INTEGER},
|
|
|
- #{stationName,jdbcType=VARCHAR}, #{imagePhotosFlag,jdbcType=CHAR}, #{cardEnabledFlag,jdbcType=CHAR},
|
|
|
- #{preferentialWayShareFlag,jdbcType=CHAR}, #{otherPreferentialWay,jdbcType=VARCHAR},
|
|
|
- #{payPrintNum,jdbcType=INTEGER}, #{payCallbackPage,jdbcType=VARCHAR}, #{wsPrintFlag,jdbcType=CHAR},
|
|
|
+ values (#{payId,jdbcType=INTEGER}, #{payMode,jdbcType=VARCHAR}, #{stationId,jdbcType=INTEGER},
|
|
|
+ #{stationName,jdbcType=VARCHAR}, #{imagePhotosFlag,jdbcType=CHAR}, #{cardEnabledFlag,jdbcType=CHAR},
|
|
|
+ #{preferentialWayShareFlag,jdbcType=CHAR}, #{otherPreferentialWay,jdbcType=VARCHAR},
|
|
|
+ #{payPrintNum,jdbcType=INTEGER}, #{payCallbackPage,jdbcType=VARCHAR}, #{wsPrintFlag,jdbcType=CHAR},
|
|
|
#{activityPic,jdbcType=LONGVARBINARY})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.platform.yijia.pojo.StationPayManage">
|
|
@@ -455,4 +455,4 @@
|
|
|
ws_print_flag = #{wsPrintFlag,jdbcType=CHAR}
|
|
|
where pay_id = #{payId,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
-</mapper>
|
|
|
+</mapper>
|