浏览代码

fix: 财务复核功能-复核方式设置sql报错

lixuesong 1 年之前
父节点
当前提交
79422a45d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysDeptMapper.xml

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysDeptMapper.xml

@@ -171,7 +171,7 @@
 				tax_code = #{taxCode,jdbcType=VARCHAR},
 			</if>
 			<if test="deptPermissions != null and deptPermissions != ''">
-				dept_permissions = #{deptPermissions, jdbcType=VARCHAR}
+				dept_permissions = #{deptPermissions, jdbcType=VARCHAR},
 			</if>
 			<if test="financialReviewType != null">
 				financial_review_type = #{financialReviewType.type, jdbcType=CHAR}