Просмотр исходного кода

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

lixuesong 1 год назад
Родитель
Сommit
79422a45d3

+ 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}