|
@@ -59,7 +59,7 @@ public interface UserAllocationMapper extends BaseMapper<UserAllocation> {
|
|
|
|
|
|
List<JSONObject> selectAccountsByKuaishouUserId(@Param("userId") Long userId);
|
|
|
|
|
|
- int updateProjectStrategyStatus(@Param("accountId") Long accountId, @Param("projectStrategy") Integer projectStrategy);
|
|
|
+ int updateProjectStrategyStatus(@Param("accountId") Long accountId,@Param("projectStrategy") Integer projectStrategy);
|
|
|
|
|
|
List<Long> queryAutomaticAccounts(@Param("projectId") Long projectId);
|
|
|
|