Browse Source

Merge branch 'master' of ssh://git@dev.33.cn/maamin1/sqLogisticsProject.git

ylx 7 years ago
parent
commit
bb876bc9a1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      saicLogistics/src/main/java/com/fuzamei/web/PlannerAction.java

+ 0 - 1
saicLogistics/src/main/java/com/fuzamei/web/PlannerAction.java

@@ -121,7 +121,6 @@ public class PlannerAction {
 		    plannerService.insertAgainSupplier(pp);//然后在插入新得到的供应商id
 		    plannerService.insertAgainSupplier(pp);//然后在插入新得到的供应商id
 			return  JSONUtil.getJsonMap(200, true, HintMSG.OPERATION_SUCCESS,null);//待
 			return  JSONUtil.getJsonMap(200, true, HintMSG.OPERATION_SUCCESS,null);//待
 		} catch (Exception e) {
 		} catch (Exception e) {
-			e.printStackTrace();
 			return JSONUtil.getJsonMap(500, false, HintMSG.OPERATION_FAIL+":"+e.getMessage(), null);
 			return JSONUtil.getJsonMap(500, false, HintMSG.OPERATION_FAIL+":"+e.getMessage(), null);
 		}
 		}