| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Glue:GlueDiagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Glue="http://www.glueframework.com/activitydiagram/" id="4" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="2567" location="349,29" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="2568" location="288,76" size="155,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="COILOUTRESULT|SumCoil"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="2569" location="216,142" size="312,-1" input="//@wire.1" output="//@wire.2" name="RouterCOILOUT">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="2570" location="315,241" size="118,-1" input="//@wire.2" output="//@wire.3" name="SearchCOILOUT">
- <property key="sqlkey" value="UIH090090_01.select"/>
- <property key="resultkey" value="COILOUTRESULT"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="fromTime"/>
- <property key="param1" value="COIL_NO"/>
- <property key="param2" value="STL_GRD"/>
- <property key="param3" value="COIL_WTH"/>
- <property key="param4" value="COIL_THK"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param5" value="TRANS_CAR_NO"/>
- <property key="param-count" value="6"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="2571" location="362,409" size="-1,-1" input="//@wire.4"/>
- <child xsi:type="Glue:SearchActivity" id="2805" location="315,327" size="120,-1" input="//@wire.3" output="//@wire.4" name="SearchCOILOUTSUM">
- <property key="sqlkey" value="UIH090090_02.select"/>
- <property key="resultkey" value="SumCoil"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="fromTime"/>
- <property key="param1" value="COIL_NO"/>
- <property key="param2" value="STL_GRD"/>
- <property key="param3" value="COIL_WTH"/>
- <property key="param4" value="COIL_THK"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param5" value="TRANS_CAR_NO"/>
- <property key="param-count" value="6"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="714" guardcondition="success" firstRelativePoint="359,48" lastRelativePoint="359,76"/>
- <wire id="715" guardcondition="success" firstRelativePoint="372,106" lastRelativePoint="372,142"/>
- <wire id="716" guardcondition="find" firstRelativePoint="370,236" lastRelativePoint="370,283"/>
- <wire id="722" guardcondition="success" firstRelativePoint="371,271" lastRelativePoint="371,327"/>
- <wire id="723" guardcondition="success" firstRelativePoint="372,357" lastRelativePoint="372,408"/>
- </Glue:GlueDiagram>
|