|
|
@@ -1176,6 +1176,7 @@ public class PublicInquiryServiceImpl implements PublicInquiryService {
|
|
|
itemInfo.setQuoted(Constant.NO);
|
|
|
if (remind.getStatus().equals(Status.SUBMITTED.value())) {
|
|
|
itemInfo.setQuoted(Constant.YES);
|
|
|
+ itemInfo.setQuteId(remind.getNewId());
|
|
|
}
|
|
|
if (itemInfo.getRemainingTime() <= 0) {
|
|
|
itemInfo.setOverdue(Constant.YES);
|