|
@@ -72,7 +72,7 @@ public class CommonEvent extends BaseController {
|
|
if(describtion == null){
|
|
if(describtion == null){
|
|
content += "流程转至您处,请尽快办理。";
|
|
content += "流程转至您处,请尽快办理。";
|
|
} else {
|
|
} else {
|
|
- content += describtion.toString() +"。";
|
|
|
|
|
|
+ content += describtion.toString();
|
|
}
|
|
}
|
|
if(StringUtils.isNotBlank(mobileUrl)){
|
|
if(StringUtils.isNotBlank(mobileUrl)){
|
|
OA oa = new OA();
|
|
OA oa = new OA();
|