|
|
@@ -2,9 +2,11 @@ package com.goafanti.common.dao;
|
|
|
|
|
|
import com.goafanti.common.model.TTaskLog;
|
|
|
import com.goafanti.common.model.TTaskLogExample;
|
|
|
-import java.util.List;
|
|
|
+import com.goafanti.order.bo.OutTTaskLog;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
public interface TTaskLogMapper {
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator.
|
|
|
@@ -95,4 +97,6 @@ public interface TTaskLogMapper {
|
|
|
int updateByPrimaryKey(TTaskLog record);
|
|
|
|
|
|
void updateDimissionTransfer(@Param("aid")String aid, @Param("transferId")String transferId);
|
|
|
+
|
|
|
+ List<OutTTaskLog> selectByTid(Integer id);
|
|
|
}
|