Commit f9b60f8b authored by tangwei's avatar tangwei

修改接口

parent d2b16664
......@@ -25,7 +25,7 @@ public class BaseEntity implements Serializable{
@TableId(value = "sequence_nbr" , type = IdType.ID_WORKER)
protected Long sequenceNbr;
@TableField(value = "rec_data",fill=FieldFill.INSERT_UPDATE )
@TableField(value = "rec_date",fill=FieldFill.INSERT_UPDATE )
protected Date recDate;
@TableField(value = "rec_user_id",fill=FieldFill.INSERT_UPDATE )
protected String recUserId;
......
package com.yeejoin.amos.boot.module.jcs.api.service;
import org.typroject.tyboot.core.rdbms.service.BaseService;
import com.yeejoin.amos.boot.module.jcs.api.dto.AlertCalledDto;
import com.yeejoin.amos.boot.module.jcs.api.entity.AlertCalled;
import com.yeejoin.amos.boot.module.jcs.api.mapper.AlertCalledMapper;
/**
* 警情接警记录 服务类
*
......@@ -14,5 +7,9 @@ import com.yeejoin.amos.boot.module.jcs.api.mapper.AlertCalledMapper;
* @date 2021-06-17
*/
public interface IAlertCalledService {
/*
* 根据id 修改警情
* type:警情相关 操作类型 0警情续报 1非警情确认 2 警情结案
* */
boolean updateAlertCalled(Long id, String code,String name);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment