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