|
|
|
@ -1826,7 +1826,7 @@ public class BaseServiceImpl implements BaseService { |
|
|
|
//存储过程 调用存储过程 创建分卷 |
|
|
|
List<Map<String, Object>> resultList = procedureMapper.getProcedureData("shoporder_updateRoutingRevNo", params); |
|
|
|
//返回结果 |
|
|
|
if(!resultList.get(0).get("resultMsg").toString().equals("验证通过")){ |
|
|
|
if(!resultList.get(0).get("resultMsg").toString().equals("验证通过!")){ |
|
|
|
throw new RuntimeException(resultList.get(0).get("resultMsg").toString()); |
|
|
|
} |
|
|
|
responseData.setCode("200"); |
|
|
|
|