|
@ -16,7 +16,7 @@ public interface RemoteBusinessAlertService { |
|
|
/** |
|
|
/** |
|
|
* 生成预警,待验证状态 |
|
|
* 生成预警,待验证状态 |
|
|
*/ |
|
|
*/ |
|
|
void saveBusinessAlert(RemoteBusinessAlertBo businessAlertBo); |
|
|
Boolean saveBusinessAlert(List<RemoteBusinessAlertVo> alertVoList); |
|
|
/** |
|
|
/** |
|
|
* 更新此条预警审批时候的状态 |
|
|
* 更新此条预警审批时候的状态 |
|
|
* @param businessId 业务id(预警、工单) |
|
|
* @param businessId 业务id(预警、工单) |
|
|