jk-GitHub-coder 4 jaren geleden
bovenliggende
commit
20d4b82da2
1 gewijzigde bestanden met toevoegingen van 0 en 6 verwijderingen
  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">
         station_id,
       </if>
-      <if test="stationName !=null">
-        station_name,
-      </if>
       <if test="createTime !=null">
         create_time,
       </if>
@@ -121,9 +118,6 @@
       <if test="stationId !=null">
         #{stationId},
       </if>
-      <if test="stationName !=null">
-        #{stationName},
-      </if>
       <if test="createTime !=null">
         #{createTime},
       </if>