Browse Source

添加全部

master
shenzhouyu 2 weeks ago
parent
commit
2e8d66d472
  1. 4
      src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml

4
src/main/resources/mapper/orderIssure/IssureNotifyMapper.xml

@ -489,6 +489,10 @@ RecordVersion,OutWorkOrderFlag,ProjectID,OrderType,AuthRuleID,bu)
OR LTRIM(RTRIM(m.timeout_reason)) = ''
OR m.timeout_reason IS NULL
</if>
<if test="'isall' in query.timeoutReasons">
OR LTRIM(RTRIM(m.timeout_reason)) != ''
OR m.timeout_reason IS NOT NULL
</if>
)
</if>
</where>

Loading…
Cancel
Save