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