添加发送短信

This commit is contained in:
韩鹏辉
2024-07-11 11:35:35 +08:00
parent 6a8ea3416f
commit 21fb470052
6 changed files with 225 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ public class TbProskuConController {
} catch (BadRequestException be) {
throw new Exception(be.getMessage());
}catch (Exception e){
throw new Exception("系统异常");
throw new Exception("相同商品耗材信息不允许添加");
}
}