con_contract_reschedule_create.lsc 742 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: LR  
    $Date: 2013-8-14 上午10:31:59  
    $Revision: 1.0  
    $Purpose: 
-->
<a:service xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" trace="true">
    <a:init-procedure>
        <a:model-execute model="cont.CON711.con_contract_reschedule_create"/>
        <a:batch-apply sourcepath="/parameter">
            <a:model-insert model="cont.CON711.con_contract_reschedule_create"/>
            <!-- <a:model-update model="cont.CON711.con_contract_reschedule_create"/> -->
            <a:model-insert model="cont.CON711.con_contract_change_req"/>
        </a:batch-apply>
    </a:init-procedure>
    <a:service-output output="/parameter"/>
</a:service>