|
@@ -2426,7 +2426,7 @@ public class MzChargeDetailServiceImpl implements MzChargeDetailService {
|
|
public Clinic nucleicOnlyYellowAcidApplication(String patientId, String opId) throws MzException {
|
|
public Clinic nucleicOnlyYellowAcidApplication(String patientId, String opId) throws MzException {
|
|
int num=mzYjReqMapper.select24HourReqByCode(patientId,Constants.NUCLEIC_ORDER_ONLY_YELLOW_CODE);
|
|
int num=mzYjReqMapper.select24HourReqByCode(patientId,Constants.NUCLEIC_ORDER_ONLY_YELLOW_CODE);
|
|
if(num>0){
|
|
if(num>0){
|
|
- throw new MzException("您在24小时内已经采过样了,请不要重复申请!");
|
|
|
|
|
|
+ throw new MzException("您在今天已经采过样了,请不要重复申请!");
|
|
}
|
|
}
|
|
return getNucleicAcidApplication(patientId, opId,Constants.NUCLEIC_ORDER_ONLY_YELLOW_CODE);
|
|
return getNucleicAcidApplication(patientId, opId,Constants.NUCLEIC_ORDER_ONLY_YELLOW_CODE);
|
|
}
|
|
}
|