|
@@ -778,7 +778,7 @@ public class TestFacade {
|
|
|
//辅检
|
|
|
String pacsAll = bean.getPacsAll();
|
|
|
String[] physiquepacsAll = pacsAll.split(",");
|
|
|
- indicationPushVO.setSymptom("B超:提示" + pacsAll);
|
|
|
+ indicationPushVO.setSymptom(pacsAll);
|
|
|
List<Pacs> pacs = new ArrayList<>();
|
|
|
for (String pacsStr : physiquepacsAll) {
|
|
|
Pacs pacs1 = new Pacs();
|