|
@ -10537,11 +10537,8 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
jsondate.put("address5",address);
|
|
|
jsondate.put("area",townName);
|
|
|
jsondate.put("winNo",winNo);
|
|
|
if (StringUtils.isNoneBlank(secondJobName)){
|
|
|
jsondate.put("target",secondJobName);
|
|
|
}else {
|
|
|
jsondate.put("target",firstJobName);
|
|
|
}
|
|
|
jsondate.put("targetChild",secondJobName);
|
|
|
jsondate.put("target",firstJobName);
|
|
|
jsondate.put("quantity",1);
|
|
|
Map<String,Object> map = findRandomDoctor();
|
|
|
net.sf.json.JSONObject rs = new JSONObject();
|