修改主数据规则查询
This commit is contained in:
parent
504c9e54c0
commit
97a4f62a8d
|
@ -985,20 +985,20 @@ where id = #{id}
|
||||||
<when test="item.connectionSymbol == '1'.toString() ">
|
<when test="item.connectionSymbol == '1'.toString() ">
|
||||||
<choose>
|
<choose>
|
||||||
<when test="item.rightParenthesis == ')'.toString() ">
|
<when test="item.rightParenthesis == ')'.toString() ">
|
||||||
${item.rightParenthesis} and
|
${item.rightParenthesis}
|
||||||
</when>
|
</when>
|
||||||
<otherwise>
|
<otherwise>
|
||||||
${item.rightParenthesis}
|
${item.rightParenthesis} and
|
||||||
</otherwise>
|
</otherwise>
|
||||||
</choose>
|
</choose>
|
||||||
</when>
|
</when>
|
||||||
<when test="item.connectionSymbol == '2'.toString() ">
|
<when test="item.connectionSymbol == '2'.toString() ">
|
||||||
<choose>
|
<choose>
|
||||||
<when test="item.rightParenthesis == ')'.toString() ">
|
<when test="item.rightParenthesis == ')'.toString() ">
|
||||||
${item.rightParenthesis} or
|
${item.rightParenthesis}
|
||||||
</when>
|
</when>
|
||||||
<otherwise>
|
<otherwise>
|
||||||
${item.rightParenthesis}
|
${item.rightParenthesis} or
|
||||||
</otherwise>
|
</otherwise>
|
||||||
</choose>
|
</choose>
|
||||||
</when>
|
</when>
|
||||||
|
|
Loading…
Reference in New Issue