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

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

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