This commit is contained in:
lxd 2025-03-31 18:45:58 +08:00
parent 222ab22331
commit 3b27b67712

View File

@ -455,7 +455,7 @@ public class InspectPatientController {
updateReqVO.setNcgcode(checkBarCode2);
updateReqVO.setXcgcode(checkBarCode1);
updateReqVO.setShqx(checkBarCode3);
if(headurl!=null&&headurl!="")
if(headurl!=null||headurl!="")
{
updateReqVO.setHeadPicUrl(headurl+"?certificatenumber="+patientDO.getCardId());
}