jk-GitHub-coder 4 years ago
parent
commit
20d4b82da2
1 changed files with 0 additions and 6 deletions
  1. 0 6
      YijiaRestful/src/main/resources/mapper/CustomerPointsMapper.xml

+ 0 - 6
YijiaRestful/src/main/resources/mapper/CustomerPointsMapper.xml

@@ -86,9 +86,6 @@
       <if test="stationId !=null">
       <if test="stationId !=null">
         station_id,
         station_id,
       </if>
       </if>
-      <if test="stationName !=null">
-        station_name,
-      </if>
       <if test="createTime !=null">
       <if test="createTime !=null">
         create_time,
         create_time,
       </if>
       </if>
@@ -121,9 +118,6 @@
       <if test="stationId !=null">
       <if test="stationId !=null">
         #{stationId},
         #{stationId},
       </if>
       </if>
-      <if test="stationName !=null">
-        #{stationName},
-      </if>
       <if test="createTime !=null">
       <if test="createTime !=null">
         #{createTime},
         #{createTime},
       </if>
       </if>