|
|
@@ -4,10 +4,10 @@ import com.goafanti.common.bo.userDaysBo;
|
|
|
import com.goafanti.common.model.UserLockRelease;
|
|
|
import com.goafanti.common.model.UserLockReleaseExample;
|
|
|
import com.goafanti.customer.bo.LockingReleaseBo;
|
|
|
+import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
|
-import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
public interface UserLockReleaseMapper {
|
|
|
|
|
|
@@ -127,7 +127,7 @@ public interface UserLockReleaseMapper {
|
|
|
|
|
|
void updateReleaseUser(String orderNo);
|
|
|
|
|
|
- void updateByAidAndUid(@Param("aid")String aid, @Param("uid")String uid);
|
|
|
+ void updateByAidAndUid( @Param("uid")String uid);
|
|
|
|
|
|
List<userDaysBo> selectChannelUserDays(@Param("days")Integer days, @Param("aid")String aid);
|
|
|
|