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