|
|
@@ -66,8 +66,7 @@ public class CallLogController extends BaseController {
|
|
66
|
66
|
qw.eq(input.getOpType() != null , CallLog::getOpType, input.getOpType());
|
|
67
|
67
|
qw.eq(input.getMyd() != null , CallLog::getMyd, input.getMyd());
|
|
68
|
68
|
qw.eq(!StringHelper.isEmpty(input.getWorkordercode()), CallLog::getWorkordercode, input.getWorkordercode());
|
|
69
|
|
- if (input.getWaitContrast()!=null&&input.getWaitContrast()>0&&input.getWaitTimes()!=null
|
|
70
|
|
- &&input.getWaitTimes()>0)
|
|
|
69
|
+ if (input.getWaitContrast()!=null&&input.getWaitContrast()>0&&input.getWaitTimes()!=null )
|
|
71
|
70
|
{
|
|
72
|
71
|
String Contrast=">=";
|
|
73
|
72
|
if (input.getWaitContrast()==2)
|