|
|
@@ -1,6 +1,7 @@
|
|
|
package com.goafanti.common.dao;
|
|
|
|
|
|
import com.goafanti.common.model.TTaskMember;
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
public interface TTaskMemberMapper {
|
|
|
int deleteByPrimaryKey(Integer id);
|
|
|
@@ -18,4 +19,6 @@ public interface TTaskMemberMapper {
|
|
|
int updateByTid(TTaskMember ttm);
|
|
|
|
|
|
TTaskMember selectByTid(int tid);
|
|
|
+
|
|
|
+ void updateSplitSuper(@Param("id") Integer id,@Param("serviceLife") String serviceLife,@Param("serviceYear") String serviceYear,@Param("yearSum") Integer yearSum,@Param("contractTerm") String contractTerm);
|
|
|
}
|