Commit b328a14ecb70b4bca57b1b123695d77890ef6cc3

Authored by liquanyu
1 parent cd1fd4ef8e

update code

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ b328a14
... ... @@ -279,7 +279,8 @@
279 279  
280 280 if (type == ServiceObjEnums.YUNOBJ.getId()) {
281 281 //生成建档短信
282   - createBuildSms(p);
  282 +// createBuildSms(p);
  283 + createBuildMsg(p);
283 284 }
284 285  
285 286