소스 검색

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}