pms-parent/pms-global/src/main/resources/mapper/OthFileMapper.xml
@@ -60,7 +60,7 @@ <if test="filePath!= null and filePath !=''"> file_path, </if> <if test="dt != null and dt !=''"> <if test="dt != null"> dt, </if> </trim> @@ -83,7 +83,7 @@ <if test="filePath!= null and filePath !=''"> #{filePath}, </if> <if test="dt != null and dt !=''"> <if test="dt != null"> #{dt}, </if> </trim> @@ -107,7 +107,7 @@ <if test="filePath!= null and filePath !=''"> file_path = #{filePath}, </if> <if test="dt != null and dt !=''"> <if test="dt != null"> dt = #{dt}, </if> </set>