Skip to content

Commit 59a23b9

Browse files
deployment failed
1 parent 354bd53 commit 59a23b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/iemr/ecd/repo/call_conf_allocation/MotherRecordRepo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public List<MotherRecord> getMotherRecordForAllocation(@Param("fDate") Timestamp
6464

6565
// get eligible introductory Records
6666
@Query(value = " SELECT COUNT(1) FROM MotherRecord as t WHERE t.isAllocated=:isAllocated AND "
67-
+ " t.createdDate >=:fDate AND t.createdDate <=:tDate AND t.whomPhoneNo=:whomPhoneNo AND (t.isFurtherCallRequired = true OR t.isFurtherCallRequired IS NULL ) ")
67+
+ " t.createdDate >=:fDate AND t.createdDate <=:tDate AND t.whomPhoneNo=:whomPhoneNo")
6868
public int getRecordCount(@Param("isAllocated") Boolean isAllocated, @Param("fDate") Timestamp fDate,
6969
@Param("tDate") Timestamp tDate, @Param("whomPhoneNo") String whomPhoneNo);
7070

0 commit comments

Comments
 (0)