| | |
| | | package com.smartor.mapper; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.smartor.domain.ServiceSubtask; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import com.smartor.domain.ServiceSubtaskPreachform; |
| | | |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int updateServiceSubtaskPreachform(ServiceSubtaskPreachform serviceSubtaskPreachform); |
| | | |
| | | public int updateSSPByCondition(ServiceSubtaskPreachform serviceSubtaskPreachform); |
| | | |
| | | /** |
| | |
| | | * @return 结果 |
| | | */ |
| | | public int deleteServiceSubtaskPreachformByIds(Long[] ids); |
| | | |
| | | /** |
| | | * 根据taskid查询列表 |
| | | * |
| | | * @param subtask |
| | | * @return 集合 |
| | | */ |
| | | public List<ServiceSubtaskPreachform> selectBySubtask(ServiceSubtask subtask); |
| | | |
| | | } |