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