fix sql
This commit is contained in:
@@ -25,7 +25,7 @@ public interface OperationLogMapper extends Mapper<OperationLogDO> {
|
||||
|
||||
Long batchAddOperationLog(@Param("list") List<OperationLogDO> operationLogDO) ;
|
||||
|
||||
List<OperationLogDO> getBySubStageStatusAndUser(@Param("userId") String userId, @Param("list") List<Integer> shopSubStageStatus,@Param("deskRequest") DeskRequest deskRequest);
|
||||
List<OperationLogDO> getBySubStageStatusAndUser(@Param("userId") String userId, @Param("list") List<Integer> shopSubStageStatus,@Param("request") DeskRequest deskRequest);
|
||||
|
||||
OperationLogDO getByCondition(@Param("shopId") Long shopId,@Param("shopSubStageStatus") Integer shopSubStageStatus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user