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