<?xml version="1.0" encoding="UTF-8"?> <!-- 员工分配对应的svc --> <a:service xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" trace="true"> <a:init-procedure> <a:batch-apply sourcepath="/parameter"> <p:switch test="@current_parameter/@_status"> <p:case value="update"> <a:model-update model="exp.EXP1050.exp_employee_assigns"/> </p:case> <p:case value="insert"> <a:model-insert model="exp.EXP1050.exp_employee_assigns"/> </p:case> <p:case value="delete"> <a:model-delete model="exp.EXP1050.exp_employee_assigns"/> </p:case> </p:switch> </a:batch-apply> <a:batch-apply sourcepath="/parameter"> <a:model-execute model="db.exp_employees_pkg.primary_position_flag_check"/> </a:batch-apply> </a:init-procedure> <a:service-output output="/parameter"/> </a:service>