|  | @ -414,7 +414,7 @@ public class LifeCareOrderService extends BaseJpaService<LifeCareOrderDO, LifeCa
 | 
												
													
														
															|  |         JSONObject jsonObjectParam;
 |  |         JSONObject jsonObjectParam;
 | 
												
													
														
															|  |         try {
 |  |         try {
 | 
												
													
														
															|  |             jsonObjectParam = JSONObject.parseObject(jsonData);
 |  |             jsonObjectParam = JSONObject.parseObject(jsonData);
 | 
												
													
														
															|  |             if (jsonObjectParam.getJSONObject("order").getInteger("type")==1||jsonObjectParam.getInteger("type")==2){
 |  | 
 | 
												
													
														
															|  | 
 |  |             if (jsonObjectParam.getJSONObject("order").getInteger("type")==1||jsonObjectParam.getJSONObject("order").getInteger("type")==2){
 | 
												
													
														
															|  |                 //本人或家人代发起
 |  |                 //本人或家人代发起
 | 
												
													
														
															|  |                 BasePatientDO patientDO = patientDao.findById(proxyPatient);
 |  |                 BasePatientDO patientDO = patientDao.findById(proxyPatient);
 | 
												
													
														
															|  |                 jsonObjectParam.put("proxyPatient",proxyPatient);
 |  |                 jsonObjectParam.put("proxyPatient",proxyPatient);
 |