소스 검색

fix bug applyinfomapp

周箭河 5 년 전
부모
커밋
efdec88031
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/config/mybatis/ApplyInfoMapper.xml

+ 1 - 1
src/main/resources/config/mybatis/ApplyInfoMapper.xml

@@ -127,7 +127,7 @@
 				update_time_ = #{updateTime},
 			</if>
 			<if test="grade != null">
-				grade_ = #{grade}
+				grade_ = #{grade},
 			</if>
 			<if test="remark != null">
 				remark = #{remark}