|
@ -171,7 +171,7 @@ public class YkyyPrescriptionService extends BaseJpaService<WlyyPrescriptionDO,
|
|
outpatientDO.setIdcard(patientDO.getIdcard());
|
|
outpatientDO.setIdcard(patientDO.getIdcard());
|
|
outpatientDO.setOutpatientType("1");
|
|
outpatientDO.setOutpatientType("1");
|
|
outpatientDO.setCreateTime(new Date());
|
|
outpatientDO.setCreateTime(new Date());
|
|
if (payFlag){
|
|
|
|
|
|
if (!payFlag){
|
|
outpatientDO.setPayStatus(1);
|
|
outpatientDO.setPayStatus(1);
|
|
}else {
|
|
}else {
|
|
outpatientDO.setPayStatus(0);
|
|
outpatientDO.setPayStatus(0);
|