Browse Source

fix bug applyinfomapp

周箭河 5 years ago
parent
commit
efdec88031
1 changed files with 1 additions and 1 deletions
  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}