方案招标失败接口加日志
This commit is contained in:
@ -26,7 +26,7 @@ public interface MallPurpApi {
|
||||
* @return 返回结果
|
||||
*/
|
||||
@PostMapping("/api/mall-purp/v1/purpImplement/projInvitationFail")
|
||||
@OperationLogDetail(businessModule = EbtpLogBusinessModule.OTHER,operationType = EbtpLogType.SELECT,detail = "方案招标失败接口")
|
||||
@OperationLogDetail(businessModule = EbtpLogBusinessModule.OTHER,operationType = EbtpLogType.UPDATE,detail = "方案招标失败接口")
|
||||
BaseResponse projInvitationFail(@RequestBody ProjInvitationFailRequest failRequest);
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ public interface MallPurpApi {
|
||||
* @return 返回结果
|
||||
*/
|
||||
@PostMapping("/api/mall-purp/v1/purpBaseInfo/findDataByPurpImplmentId")
|
||||
@OperationLogDetail(businessModule = EbtpLogBusinessModule.PROJECT_ENTRUST_INIT,operationType = EbtpLogType.INSERT,detail = "委托项目信息出始化-委托信息")
|
||||
@OperationLogDetail(businessModule = EbtpLogBusinessModule.PROJECT_ENTRUST_INIT,operationType = EbtpLogType.SELECT,detail = "委托项目信息出始化-委托信息")
|
||||
BaseResponse<PurpImplementSendVO> findDataByPurpImplmentId(@RequestParam("purpImplmentId") Long purpImplmentId);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user