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

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

上级 e0fc945e
......@@ -544,6 +544,15 @@
"name" : "FIELD45",
"codeName" : "FIELD45"
}
}, {
"condOp" : "ISNULL",
"condType" : "SINGLE",
"fieldName" : "FIELD9",
"name" : "(FIELD9) 值为空(Nil)",
"getPSDEField" : {
"name" : "FIELD9",
"codeName" : "Field9"
}
} ]
}
},
......
......@@ -3,7 +3,7 @@
"name" : "MySQL5",
"getPSDEDataQueryCodeConds" : [ {
"condType" : "CUSTOM",
"customCond" : "( <choose><when test=\"ctx.webcontext.name !=null \"> t1.`FIELD45` <![CDATA[>]]> #{ctx.webcontext.name} </when><otherwise>1=1</otherwise></choose> AND t1.`FIELD45` <![CDATA[>]]> 111 )",
"customCond" : "( <choose><when test=\"ctx.webcontext.name !=null \"> t1.`FIELD45` <![CDATA[>]]> #{ctx.webcontext.name} </when><otherwise>1=1</otherwise></choose> AND t1.`FIELD45` <![CDATA[>]]> 111 AND t1.`FIELD9` IS NULL )",
"name" : "查询条件"
} ],
"getPSDEDataQueryCodeExps" : [ {
......
......@@ -1049,16 +1049,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
}, {
......
......@@ -2110,16 +2110,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg3"
"id" : "ViewMsg2"
}
}, {
"name" : "视图消息",
"name" : "视图消息2",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg2"
"id" : "ViewMsg3"
}
} ]
} ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册