提交 298a73a4 编写于 作者: ibizdev's avatar ibizdev

lengyuace 发布系统代码 [TrainSys,网页端]

上级 b9abe68c
...@@ -2520,20 +2520,22 @@ ...@@ -2520,20 +2520,22 @@
"srcValue" : "1111", "srcValue" : "1111",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "aaa",
"getDstPSDELogicParam" : { "getDstPSDELogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "simpleVar" "id" : "simpleVar"
}, },
"name" : "直接值[bbbb] ==> simple", "name" : "直接值[bbbb] ==> simple[aaa]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "bbbb", "srcValue" : "bbbb",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "bbb",
"getDstPSDELogicParam" : { "getDstPSDELogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "simplenum" "id" : "simplenum"
}, },
"name" : "直接值[[111,555,999]] ==> simplenum", "name" : "直接值[[111,555,999]] ==> simplenum[bbb]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "[111,555,999]", "srcValue" : "[111,555,999]",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
......
...@@ -49,20 +49,22 @@ ...@@ -49,20 +49,22 @@
"srcValue" : "1111", "srcValue" : "1111",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "aaa",
"getDstPSDELogicParam" : { "getDstPSDELogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "simpleVar" "id" : "simpleVar"
}, },
"name" : "直接值[bbbb] ==> simple", "name" : "直接值[bbbb] ==> simple[aaa]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "bbbb", "srcValue" : "bbbb",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
}, { }, {
"dstFieldName" : "bbb",
"getDstPSDELogicParam" : { "getDstPSDELogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "simplenum" "id" : "simplenum"
}, },
"name" : "直接值[[111,555,999]] ==> simplenum", "name" : "直接值[[111,555,999]] ==> simplenum[bbb]",
"paramAction" : "SETPARAMVALUE", "paramAction" : "SETPARAMVALUE",
"srcValue" : "[111,555,999]", "srcValue" : "[111,555,999]",
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
......
...@@ -27,8 +27,8 @@ package cn.ibizlab.trainsys.common.logic.phonelogic.xxx; ...@@ -27,8 +27,8 @@ package cn.ibizlab.trainsys.common.logic.phonelogic.xxx;
when when
then then
phonexxxdefault.set("money","1111"); phonexxxdefault.set("money","1111");
phonexxxsimplevar.set("","bbbb"); phonexxxsimplevar.set("aaa","bbbb");
phonexxxsimplenum.set("","[111,555,999]"); phonexxxsimplenum.set("bbb","[111,555,999]");
update(phonexxxdefault);//更新fact中变量值 update(phonexxxdefault);//更新fact中变量值
update(phonexxxsimplevar);//更新fact中变量值 update(phonexxxsimplevar);//更新fact中变量值
update(phonexxxsimplenum);//更新fact中变量值 update(phonexxxsimplenum);//更新fact中变量值
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册