wangxin 2 veckor sedan
förälder
incheckning
9a5d9ed26d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/resources/mybatis/business/SysDeptMapper.xml

+ 1 - 1
src/main/resources/mybatis/business/SysDeptMapper.xml

@@ -147,7 +147,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="supplierId != null">supplier_id = #{supplierId},</if>
             <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
             <if test="type != null">type = #{type},</if>
-            <if test="jdId != null">jd_id = #{jdId}</if>
+            <if test="jdId != null">jd_id = #{jdId},</if>
             update_time = sysdate()
         </set>
         where dept_id = #{deptId}