ast_car_gps.lsc 996 Bytes
Newer Older
Spencer Chang's avatar
Spencer Chang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<?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">
            <a:model-execute model="ast.AST506.ast_car_gps_enable_check"/>
        </a:batch-apply> -->
        <a:batch-apply sourcepath="/parameter">
            <p:switch test="@current_parameter/@_status">
                <p:case value="update">
                    <a:model-update model="ast.AST510.ast_car_gps"/>
                </p:case>
                <p:case value="insert">
                    <a:model-insert model="ast.AST510.ast_car_gps"/>
                </p:case>
                <p:case value="delete">
                    <a:model-delete model="ast.AST510.ast_car_gps"/>
                </p:case>
            </p:switch>
        </a:batch-apply>
    </a:init-procedure>
    <a:service-output output="/parameter"/>
</a:service>