|  | @ -491,6 +491,7 @@ public class BusinessOrderService {
 | 
												
													
														
															|  |                     List<WlyyPrescriptionDO> wlyyPrescriptionDOS = prescriptionDao.findById(businessOrderDO.getRelationCode());
 |  |                     List<WlyyPrescriptionDO> wlyyPrescriptionDOS = prescriptionDao.findById(businessOrderDO.getRelationCode());
 | 
												
													
														
															|  |                     if (wlyyPrescriptionDOS!=null&&wlyyPrescriptionDOS.size()!=0){
 |  |                     if (wlyyPrescriptionDOS!=null&&wlyyPrescriptionDOS.size()!=0){
 | 
												
													
														
															|  |                         WlyyPrescriptionDO wlyyPrescriptionDO = wlyyPrescriptionDOS.get(0);
 |  |                         WlyyPrescriptionDO wlyyPrescriptionDO = wlyyPrescriptionDOS.get(0);
 | 
												
													
														
															|  | 
 |  |                         wlyyPrescriptionDO.setStatus(30);
 | 
												
													
														
															|  |                         wlyyPrescriptionDO.setPayStatus(1);
 |  |                         wlyyPrescriptionDO.setPayStatus(1);
 | 
												
													
														
															|  |                         prescriptionDao.save(wlyyPrescriptionDO);
 |  |                         prescriptionDao.save(wlyyPrescriptionDO);
 | 
												
													
														
															|  |                         String sql = " update v_ms_dd01 SET FKZT=1 where CFSB = '"+wlyyPrescriptionDO.getRealOrder()+"'";
 |  |                         String sql = " update v_ms_dd01 SET FKZT=1 where CFSB = '"+wlyyPrescriptionDO.getRealOrder()+"'";
 |