소스 검색

专职站增加名称字段

hanfucheng 1 년 전
부모
커밋
b6501e6384
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/digitalfirecontrol/CenterdataTFirecontrolFulltimeStationMapper.xml

+ 1 - 1
src/main/resources/mapper/digitalfirecontrol/CenterdataTFirecontrolFulltimeStationMapper.xml

@@ -107,7 +107,7 @@
             <if test="updateBy != null">update_by = #{updateBy},</if>
             <if test="updateName != null">update_name = #{updateName},</if>
             <if test="updateTime != null">update_time = #{updateTime},</if>
-            <if test="principal != null">name = #{name},</if>
+            <if test="name != null">name = #{name},</if>
         </trim>
         where id = #{id}
     </update>