中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-15 3c92cbb56c7cf52239a77a5563e146c5be78f3a0
src/main/resources/mapper/CstmrMapper.xml
@@ -96,5 +96,8 @@
        ORDER BY mc.create_time DESC
    </select>
    <update id="updateDeptIdByUserId">
        update man_cstmr set dept_id = #{deptId} where user_id = #{userId}
    </update>
</mapper>