Commit 3fb3343355f9bca7609fdafa143ef3e4690c1902

Authored by liquanyu
1 parent 977ccf8da0

update

Showing 1 changed file with 3 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PremaritalCheckupFacade.java View file @ 3fb3343
... ... @@ -1954,16 +1954,15 @@
1954 1954 String content = "";
1955 1955 if (result.getFenBu() != null)
1956 1956 {
1957   - content += "分布"+strPj("",result.getFenBu());
  1957 + content += "分布"+strPj("",result.getFenBu())+",";
1958 1958 }
1959   -
1960 1959 if (result.getYanSe() != null)
1961 1960 {
1962   - content += "颜色"+strPj("",result.getYanSe());
  1961 + content += "颜色"+strPj("",result.getYanSe())+",";
1963 1962 }
1964 1963 if (result.getBuWei() != null)
1965 1964 {
1966   - content = "脱离部位"+strPj("",result.getBuWei());
  1965 + content = "脱离部位"+strPj("",result.getBuWei())+",";
1967 1966 }
1968 1967 if (StringUtils.isNotEmpty(content))
1969 1968 {