jk-GitHub-coder 4 years ago
parent
commit
db6fd29ed9

+ 3 - 2
YijiaRestful/src/main/resources/mapper/IntegralWaresMapper.xml

@@ -24,8 +24,9 @@
 
   <!--查询列-->
   <sql id="Base_Column_List">
-    id, wares_type, wares_name, sale_integral, wares_pic, wares_detail, wares_count, wares_out_count, wares_status, create_time,
-    create_by, create_name, update_time, update_by, update_name, station_name
+    id, wares_type, wares_name, sale_integral, wares_pic,
+    wares_detail, wares_count, wares_out_count, wares_status,
+    create_time, create_by, create_name, update_time, update_by, update_name, station_name
   </sql>
 
   <!--查询油站商品信息-->

+ 12 - 12
YijiaRestful/src/main/resources/mapper/StationPayManageMapper.xml

@@ -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>