jk-GitHub-coder 4 년 전
부모
커밋
20d4b82da2
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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>